Tiny cosmetic change, not worth a ChangeLog entry.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@658 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-07-02 12:56:08 +00:00
parent 7b1940f291
commit b0c169e1dd

View File

@ -77,8 +77,7 @@ fi
AC_ARG_ENABLE([debug], AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug], [AS_HELP_STRING([--enable-debug],
[enable debug (for developers) @<:@default=no@:>@])]) [enable debugging code (for developers) @<:@default=no@:>@])])
if test "x$enable_debug" = xyes; then if test "x$enable_debug" = xyes; then
AC_DEFINE([_DEBUG], [1], [Define to 1 if you want to include debugging code.]) AC_DEFINE([_DEBUG], [1], [Define to 1 if you want to include debugging code.])
fi fi