configure.ac: Fix underquoted AC_HELP_STRING call
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ PKG_CHECK_MODULES([TINFO], [tinfo],
|
|||||||
AC_SUBST([TINFO_LIBS], ["$TINFO_LDFLAGS -ltinfo"])],)])])
|
AC_SUBST([TINFO_LIBS], ["$TINFO_LDFLAGS -ltinfo"])],)])])
|
||||||
|
|
||||||
# Then try to find it in a specific install dir
|
# Then try to find it in a specific install dir
|
||||||
AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses=DIR], [Where curses is installed]),
|
AC_ARG_WITH(curses, [AC_HELP_STRING([--with-curses=DIR], [Where curses is installed])],
|
||||||
[if test $withval != yes; then
|
[if test $withval != yes; then
|
||||||
cv_curses=$withval
|
cv_curses=$withval
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user