Refresh autoconf macros from autoconf-archive-2013.04.06

This commit is contained in:
Markus Armbruster 2013-05-06 20:13:43 +02:00
parent fad8e7f7b9
commit fded50a09c
7 changed files with 362 additions and 323 deletions

View file

@ -69,10 +69,10 @@ MY_WINDOWS_API
### Checks for libraries
ACX_PTHREAD
AX_PTHREAD
LIBS_util="$LIBS"
LIBS="$LIBS_SOCKETS $LIBS"
LIB_SOCKET_NSL
AX_LIB_SOCKET_NSL
LIBS_server="$LIBS"
@ -109,7 +109,7 @@ AC_ARG_WITH([pthread],
# Select thread package
empthread=
if test "$with_pthread" != no; then
if test "$acx_pthread_ok" = yes; then
if test "$ax_pthread_ok" = yes; then
empthread=POSIX
fi
fi