diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-17 10:44:09 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-17 10:44:09 -0800 |
commit | 8f28bda7f8c18de597d345126c9ee03e99776e55 (patch) | |
tree | a93a0c31912194314a3ee4d8a4d7156e7e27f756 /source3/lib/replace/libreplace.m4 | |
parent | d20608c8f314476ca7dde8a9a61495431b4bccff (diff) | |
download | samba-8f28bda7f8c18de597d345126c9ee03e99776e55.tar.gz samba-8f28bda7f8c18de597d345126c9ee03e99776e55.tar.bz2 samba-8f28bda7f8c18de597d345126c9ee03e99776e55.zip |
Fix bug #5121 (unix passwd sync not working on a streams based
system).
Jeremy.
(This used to be commit 545cd2139cfc9484b733693814d4724d37125942)
Diffstat (limited to 'source3/lib/replace/libreplace.m4')
-rw-r--r-- | source3/lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/libreplace.m4 b/source3/lib/replace/libreplace.m4 index c10a4b2381..7a5283a4d6 100644 --- a/source3/lib/replace/libreplace.m4 +++ b/source3/lib/replace/libreplace.m4 @@ -100,6 +100,7 @@ AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h) AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h) AC_CHECK_HEADERS(sys/sockio.h sys/un.h) AC_CHECK_HEADERS(sys/mount.h mntent.h) +AC_CHECK_HEADERS(stropts.h) dnl we need to check that net/if.h really can be used, to cope with hpux dnl where including it always fails |