mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -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,
|
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
|
if test x$withval != xyes; then
|
||||||
CURSES_INCLUDEDIR="-I$withval"
|
CURSES_INCLUDEDIR="-I$withval"
|
||||||
fi
|
fi
|
||||||
@ -127,7 +127,7 @@ AC_DEFUN(AC_CHECK_CURSES,[
|
|||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(ncurses,
|
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
|
if test x$withval = xno ; then
|
||||||
search_ncurses=false
|
search_ncurses=false
|
||||||
elif test x$withval != xyes ; then
|
elif test x$withval != xyes ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user