diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 10:13:01 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-09-13 10:13:01 +0000 |
commit | 4e014f8bf208cdf209553666aaad7a5ce05ece97 (patch) | |
tree | 3a30e1ccabd7712121744cb381906fcb44f539f1 /source/lib/replace/libreplace.m4 | |
parent | 996837eabcb9231a9bf9ee2cef5fb23935c45404 (diff) | |
download | samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.tar.gz samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.tar.xz samba-4e014f8bf208cdf209553666aaad7a5ce05ece97.zip |
r18458: move wins32 stuff to the top dir
metze
Diffstat (limited to 'source/lib/replace/libreplace.m4')
-rw-r--r-- | source/lib/replace/libreplace.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index febee6409e4..3a40b39da2f 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/lib/replace/libreplace.m4 @@ -340,9 +340,10 @@ fi m4_include(dlfcn.m4) m4_include(getpass.m4) -m4_include(system/config.m4) -m4_include(win32/config.m4) +m4_include(win32.m4) m4_include(repdir.m4) +m4_include(system/config.m4) + AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],, [AC_MSG_ERROR([Required function not found])]) |