Fix a typo and stop spewing profile cflags since there isnt any.

* configure.in:
	Fix a typo and stop spewing profile cflags since there isnt any.
This commit is contained in:
Ramiro Estrugo 2000-10-04 21:01:07 +00:00
parent 1e7afb777c
commit cc670ad554
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2000-10-04 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:
Fix a typo and stop spewing profile cflags since there isnt any.
2000-10-04 Ramiro Estrugo <ramiro@eazel.com>
* acconfig.h:

View file

@ -30,10 +30,7 @@ dnl =
dnl = Profiling support
dnl =
dnl ====================================
PROFILE_CFLAGS=
PROFILE_LIBS=
PROFILER=
ENABLE_PROFILER=
AC_ARG_ENABLE(profiler,
[ --enable-profiler Enable profiler],
ENABLE_PROFILER=1
@ -712,9 +709,7 @@ dnl <= Profile support? =>
case "X$ENABLE_PROFILER" in
X1)
echo "
Enable profiler : YES
PROFILE_CFLAGS : $PROFILE_CFLAGS
PROFILE_LIBS : $PROFILE_LIBS"
Enable profiler : YES"
;;
*)
echo "