Browse Source

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

pre-master-46
Francesco Lannutti 13 years ago
committed by rlar
parent
commit
799791dc5b
  1. 5
      configure.ac

5
configure.ac

@ -856,6 +856,7 @@ if test "x$enable_pzdebug" = xyes; then
fi fi
if test "x$enable_pss" = xyes; then if test "x$enable_pss" = xyes; then
AC_DEFINE([WITH_PSS], [], [Define if you want PSS analysis]) AC_DEFINE([WITH_PSS], [], [Define if you want PSS analysis])
AC_MSG_RESULT([WARNING: PSS analysis enabled])
fi fi
if test "x$enable_blktmsdebug" = xyes; then if test "x$enable_blktmsdebug" = xyes; then
AC_DEFINE([D_DBG_BLOCKTIMES], [], [Define if we want debug distortion analysis (BLOCKTIMES)]) AC_DEFINE([D_DBG_BLOCKTIMES], [], [Define if we want debug distortion analysis (BLOCKTIMES)])
@ -1069,10 +1070,6 @@ if test "x$enable_openmp" = xyes; then
AC_MSG_RESULT([OpenMP feature enabled]) AC_MSG_RESULT([OpenMP feature enabled])
fi fi
if test "x$enable_pss" = "xyes"; then
AC_MSG_RESULT([WARNING: PSS analysis enabled])
fi
# Output Files # Output Files
# ------------ # ------------

Loading…
Cancel
Save