summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-28 19:04:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:46 -0500
commit8993ab2fcb77ef55e8df216f70103035cb0c60f8 (patch)
tree66fa8787eb9e56aaac185c64fec0485b2aeffc2c /source3/configure.in
parentffa4ecae306242b418491733f8c01a283f7e794b (diff)
downloadsamba-8993ab2fcb77ef55e8df216f70103035cb0c60f8.tar.gz
samba-8993ab2fcb77ef55e8df216f70103035cb0c60f8.tar.bz2
samba-8993ab2fcb77ef55e8df216f70103035cb0c60f8.zip
r20389: this needs to be after AC_LIBREPLACE_BROKEN_CHECKS :-)
metze (This used to be commit e5333d5628a585ff00b78d50a0a22b0cf98aa9ff)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fd8866b953..d3338e186f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -330,9 +330,6 @@ CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3"
AC_LIBREPLACE_CC_CHECKS
-# add -ldl to the global LIBS
-LIBS="${LIBS} ${LIBDL}"
-
m4_include(lib/socket_wrapper/config.m4)
#################################################
@@ -854,6 +851,9 @@ for obj in ${LIBREPLACEOBJ}; do
done
AC_SUBST(LIBREPLACE_OBJS)
+# add -ldl to the global LIBS
+LIBS="${LIBS} ${LIBDL}"
+
AC_CHECK_HEADERS(aio.h arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h rpc/nettype.h)
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h memory.h alloca.h)
AC_CHECK_HEADERS(limits.h float.h)