1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-11 17:04:15 +01:00

configure: Replaced deprecated construct with recommended new check

The macro 'AC_ISC_POSIX' is now said to be deprecated, so we use the new
recommended check instead as we make light use of the corresponding
function.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-16 20:14:26 +01:00
committed by Carlos R. Mafra
parent 10bc05170c
commit 32342a6428

View File

@@ -67,7 +67,6 @@ dnl AC_CANONICAL_HOST -- already done by AC_PROG_LIBTOOL
dnl Checks for programs.
dnl ===================
AC_ISC_POSIX
AC_PROG_CC
WM_PROG_CC_C11
AC_PROG_LN_S
@@ -247,6 +246,7 @@ AC_FUNC_MEMCMP
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(gethostname select poll strcasecmp strncasecmp \
setsid mallinfo mkstemp sysconf)
AC_SEARCH_LIBS([strerror], [cposix])
dnl Check for strlcat/strlcpy
dnl =========================