mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Merge pull request #344 from rrebello/m4-quote-fix
Fix quote around macro argument
This commit is contained in:
commit
897ceedc16
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ AC_DEFUN([AC_CHECK_CURSES],[
|
||||||
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
|
||||||
AC_NCURSES($withval/include, ncurses.h, -L$withval/lib -lncurses, -I$withval/include, "ncurses on $withval/include")
|
AC_NCURSES($withval/include, ncurses.h, -L$withval/lib -lncurses, -I$withval/include, [ncurses on $withval/include])
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue