configure.ac, cleanup `WARNING: PSS analysis enabled'

This commit is contained in:
Francesco Lannutti 2013-05-20 18:41:02 +02:00 committed by rlar
parent b6eab8029b
commit 6c2f07bd59
1 changed files with 1 additions and 4 deletions

View File

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