2006-07-12 Marco Gerards <marco@gnu.org>

* configure.ac (--enable-mm-debug): Fix typo.

	* genkernsyms.sh.in: Use proper quoting for `CC'.
This commit is contained in:
marco_g 2006-07-12 20:42:52 +00:00
parent 5dcace568a
commit 90ce5d5630
4 changed files with 67 additions and 111 deletions

View file

@ -268,7 +268,7 @@ LIBS="$tmp_LIBS"
# Check for options.
AC_ARG_ENABLE([mm-debug],
AS_HELP_STRING([--enable-mm-debug],
[include memory manger debugging]),
[include memory manager debugging]),
[AC_DEFINE([MM_DEBUG], [1],
[Define to 1 if you enable memory manager debugging.])])