aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2022-10-26 23:14:51 -0400
committerGravatar Alex Chernyakhovsky <achernya@mit.edu>2023-07-30 16:53:06 -0400
commitaa742478cbf30867d55fb13e0d29c5f974ce880d (patch)
tree639a93ceecf82a6d7de964edeedd8164d3f6e24f
parentd5da710c02253ea56847e12761ccf59b817f33a5 (diff)
modernize configure.ac slightly
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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