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 # ------------