diff options
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 01b5a81..aff1b84 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -95,7 +95,7 @@ AM_INIT_AUTOMAKE(gdb, UNUSED-VERSION, [no-define]) debugdir=${libdir}/debug AC_ARG_WITH(separate-debug-dir, -AC_HELP_STRING([--with-separate-debug-dir=PATH], [look for global separate debug info in this path [LIBDIR/debug]]), +[AC_HELP_STRING([--with-separate-debug-dir=PATH], [look for global separate debug info in this path [LIBDIR/debug]])], [debugdir="${withval}"]) AC_DEFINE_DIR(DEBUGDIR, debugdir, |