diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 14:54:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 14:54:16 +0200 |
commit | 6ba693b5de0ecf53638468b56ce3b93d2e33c919 (patch) | |
tree | 9839f482f7a66b6ca081caad2aba9ffd8d8070ab /source3/configure.in | |
parent | 1ba9867e7ae2f517e47edd67d7d41e48b6f55e5c (diff) | |
download | samba-6ba693b5de0ecf53638468b56ce3b93d2e33c919.tar.gz samba-6ba693b5de0ecf53638468b56ce3b93d2e33c919.tar.bz2 samba-6ba693b5de0ecf53638468b56ce3b93d2e33c919.zip |
Make sure crypt libs get included.
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index ce1c422bd1..a97d535c77 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -657,6 +657,8 @@ AC_SUBST(LIBREPLACE_OBJS) # add -ldl to the global LIBS LIBS="${LIBS} ${LIBDL} ${LIBREPLACE_NETWORK_LIBS}" +AUTH_LIBS="${AUTH_LIBS} ${CRYPT_LIBS}" + AC_CHECK_HEADERS(aio.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) |