diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 21:01:07 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 21:01:07 +0000 |
commit | 62e4f60cdb325ead1609bc7d609d2499b0cd87af (patch) | |
tree | c1b54da48df10ebf2f74b50e5aae3a8657676a56 /gdb/configure.ac | |
parent | 82cd387f601a3c63f0be9f1ac8f96346c4c29415 (diff) | |
download | gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.zip gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.tar.gz gdb-62e4f60cdb325ead1609bc7d609d2499b0cd87af.tar.bz2 |
* configure.ac: Add quotes to not lose brackets in help text.
* configure: Rebuild.
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, |