From 6c2f07bd5991a3f7f71b16a194c9e9b1a4216094 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Mon, 20 May 2013 18:41:02 +0200 Subject: [PATCH] configure.ac, cleanup `WARNING: PSS analysis enabled' --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 59e7bf33c..e1163084f 100644 --- a/configure.ac +++ b/configure.ac @@ -857,6 +857,7 @@ if test "x$enable_pzdebug" = xyes; then fi if test "x$enable_pss" = xyes; then AC_DEFINE([WITH_PSS], [], [Define if you want PSS analysis]) + AC_MSG_RESULT([WARNING: PSS analysis enabled]) fi if test "x$enable_blktmsdebug" = xyes; then AC_DEFINE([D_DBG_BLOCKTIMES], [], [Define if we want debug distortion analysis (BLOCKTIMES)]) @@ -1070,10 +1071,6 @@ if test "x$enable_openmp" = xyes; then AC_MSG_RESULT([OpenMP feature enabled]) fi -if test "x$enable_pss" = "xyes"; then - AC_MSG_RESULT([WARNING: PSS analysis enabled]) -fi - # Output Files # ------------