simplify libxpg4 check.
This commit is contained in:
parent
72e2001520
commit
8fb6f9826c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42223
@ -4,7 +4,7 @@
|
||||
AC_CHECK_LIB(gen, regcmp)
|
||||
AC_CHECK_LIB(intl, regcmp)
|
||||
AC_CHECK_LIB(PW, regcmp)
|
||||
+AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, [LIBS="$LIBS -lxpg4"],,)
|
||||
+AC_CHECK_LIB(xpg4, _xpg4_setrunelocale)
|
||||
dnl Checks for terminal libraries
|
||||
|
||||
AC_MSG_CHECKING(for working terminal libraries)
|
||||
|
Loading…
Reference in New Issue
Block a user