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