aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7191ee3..a926a17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,8 @@ AC_ARG_ENABLE(gdb_integration,
["Enable experimental gdb integration"]),
[if test "x$enableval" = "xyes"; then
AC_DEFINE(GDB_INTEGRATION, 1, Enable experimental GDB integration)
- fi])
+ fi],
+ [AC_DEFINE(GDB_INTEGRATION, 1, Enable experimental GDB integration)])
dnl Setup Plugin directories