*** empty log message ***

This commit is contained in:
Elias Naur 2003-09-05 09:39:43 +00:00
parent 5d668c0451
commit a130e9fefa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CC="$CXX"
AC_PROG_LIBTOOL
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--disable-foo], [Disable debug build]),
AC_HELP_STRING([--disable-buidl], [Disable debug build]),
[build_debug=$enableval], [build_debug=no])
if test $build_debug = yes; then