From: Sven Panne Date: Sat, 2 Jul 2005 12:56:08 +0000 (+0000) Subject: Tiny cosmetic change, not worth a ChangeLog entry. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=21f80bbc787cd5e8972e532dea108e3c24d371fb;p=freeglut Tiny cosmetic change, not worth a ChangeLog entry. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@658 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/configure.ac b/configure.ac index e69114b..440c2db 100644 --- a/configure.ac +++ b/configure.ac @@ -77,8 +77,7 @@ fi AC_ARG_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 AC_DEFINE([_DEBUG], [1], [Define to 1 if you want to include debugging code.]) fi