configure.ac, `WARNING: PSS analysis enabled'

This commit is contained in:
Francesco Lannutti 2012-03-18 16:25:18 +01:00 committed by Francesco Lannutti
parent d9ae95f962
commit 9819c17813
1 changed files with 1 additions and 4 deletions

View File

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