mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue