Skip to content

Commit

Permalink
modernize configure.ac slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull authored and achernya committed Jul 30, 2023
1 parent d5da710 commit aa74247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa74247

Please sign in to comment.