From 453709f8405abfb88f02072e5c8b3e607b26de03 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Mon, 11 Sep 2006 08:50:20 +0000 Subject: [PATCH] Quote more where necessary. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4335 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- curses.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curses.m4 b/curses.m4 index 83a08126..8d6bd217 100644 --- a/curses.m4 +++ b/curses.m4 @@ -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