From aa742478cbf30867d55fb13e0d29c5f974ce880d Mon Sep 17 00:00:00 2001 From: John Hood Date: Wed, 26 Oct 2022 23:14:51 -0400 Subject: [PATCH] modernize configure.ac slightly --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f7dc3b..6881a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -322,7 +322,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, [AS_HELP_STRING([--with-curses=DIR], [Where curses is installed])], [if test $withval != yes; then cv_curses=$withval fi