Original commit message from CVS:
fix typo
This commit is contained in:
Thomas Vander Stichele 2004-04-08 15:18:02 +00:00
parent b9b50ea5d8
commit bd10b389b9

View file

@ -323,7 +323,7 @@ AC_ARG_ENABLE(profiling,
AC_HELP_STRING([--enable-profiling],[adds -pg to compiler commandline, for profiling]),
[case "${enableval}" in
yes) USE_PROFILING=yes ;;
no) UES_PROFILING=no ;;
no) USE_PROFILING=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-profiling) ;;
esac],
[USE_PROFILING=no]) dnl Default value