From a130e9fefa84ead58785e797054f31a79f2df20b Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 5 Sep 2003 09:39:43 +0000 Subject: [PATCH] *** empty log message *** --- src/native/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/configure.in b/src/native/configure.in index 39680ee7..33b02d1b 100644 --- a/src/native/configure.in +++ b/src/native/configure.in @@ -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