mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-30 12:15:50 +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:
committed by
Carlos R. Mafra
parent
10bc05170c
commit
32342a6428
@@ -67,7 +67,6 @@ dnl AC_CANONICAL_HOST -- already done by AC_PROG_LIBTOOL
|
|||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
dnl ===================
|
dnl ===================
|
||||||
AC_ISC_POSIX
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
WM_PROG_CC_C11
|
WM_PROG_CC_C11
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
@@ -247,6 +246,7 @@ AC_FUNC_MEMCMP
|
|||||||
AC_FUNC_VPRINTF
|
AC_FUNC_VPRINTF
|
||||||
AC_CHECK_FUNCS(gethostname select poll strcasecmp strncasecmp \
|
AC_CHECK_FUNCS(gethostname select poll strcasecmp strncasecmp \
|
||||||
setsid mallinfo mkstemp sysconf)
|
setsid mallinfo mkstemp sysconf)
|
||||||
|
AC_SEARCH_LIBS([strerror], [cposix])
|
||||||
|
|
||||||
dnl Check for strlcat/strlcpy
|
dnl Check for strlcat/strlcpy
|
||||||
dnl =========================
|
dnl =========================
|
||||||
|
|||||||
Reference in New Issue
Block a user