configure.ac: Fix underquoted AC_HELP_STRING call

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-03 15:01:27 -08:00
parent c3a2756065
commit 6d30b18ccb
+1 -1
View File
@@ -285,7 +285,7 @@ PKG_CHECK_MODULES([TINFO], [tinfo],
AC_SUBST([TINFO_LIBS], ["$TINFO_LDFLAGS -ltinfo"])],)])])
# 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
cv_curses=$withval
fi