mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Quote more where necessary.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4335 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cf1d60203b
commit
453709f840
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user