diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2006-09-11 08:50:20 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-09-11 08:50:20 +0000 |
commit | 453709f8405abfb88f02072e5c8b3e607b26de03 (patch) | |
tree | b1c105a6469a8eadf099bed11da03ea7ad6f1ff1 /curses.m4 | |
parent | cf1d60203b13ff28963e9fbbe27f67de012a2a24 (diff) | |
download | irssi-453709f8405abfb88f02072e5c8b3e607b26de03.zip |
Quote more where necessary.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4335 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'curses.m4')
-rw-r--r-- | curses.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,7 @@ AC_DEFUN(AC_CHECK_CURSES,[ ]) AC_ARG_WITH(vcurses, - [ --with-vcurses[=incdir] Used to force SysV curses], + [[ --with-vcurses[=incdir] Used to force SysV curses]], if test x$withval != xyes; then CURSES_INCLUDEDIR="-I$withval" fi @@ -127,7 +127,7 @@ AC_DEFUN(AC_CHECK_CURSES,[ ) AC_ARG_WITH(ncurses, - [ --with-ncurses[=dir] Compile with ncurses/locate base dir], + [[ --with-ncurses[=dir] Compile with ncurses/locate base dir]], if test x$withval = xno ; then search_ncurses=false elif test x$withval != xyes ; then |