From 9819c1781355e541509b633b6c1b5a23e5d545ce Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Sun, 18 Mar 2012 16:25:18 +0100 Subject: [PATCH] configure.ac, `WARNING: PSS analysis enabled' --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1ea34f9f0..14b2c4705 100644 --- a/configure.ac +++ b/configure.ac @@ -856,6 +856,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)]) @@ -1116,10 +1117,6 @@ elif (test "$enable_superlu" = "yes" && test "$enable_umfpack" = "yes") ; then AC_MSG_ERROR(ERROR: SuperLU and UMFPACK can't be enabled together at the moment) fi -if test "$enable_pss" = "yes"; then - AC_MSG_RESULT(WARNING: PSS analysis enabled) -fi - # Output Files # ------------