fix typo
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 8 Apr 2004 15:18:02 +0000 (15:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 8 Apr 2004 15:18:02 +0000 (15:18 +0000)
Original commit message from CVS:
fix typo

configure.ac

index fb33fec8d7780c4707ac7ded8400e42402e0451e..b8242bb485712ebe3b01fa13ea8f25ca6df1662f 100644 (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