aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libfsoframework/configure.ac')
-rw-r--r--libfsoframework/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index d77083d8..00388b31 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -61,7 +61,7 @@ AC_DEFINE_UNQUOTED([PACKAGE_LIBDIR], ["${PACKAGE_LIBDIR}"], [Module directory])
# check for debugging
AC_ARG_ENABLE(debug,
[ --enable-debug Enable debug build (default=disabled)],
- [debug=$enableval],
+ [debug=$enableval],
[debug="no"])
AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])