summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-13 20:44:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:02 -0500
commit84db0662071a6ab61ae21a5da35317d8aed55d75 (patch)
tree2a5e6d65b28acc82cad1da3ec9287bb21c54e3b0 /source4/configure.in
parent0639fe016e56ccd84b05da678219d8bb6c68432c (diff)
downloadsamba-84db0662071a6ab61ae21a5da35317d8aed55d75.tar.gz
samba-84db0662071a6ab61ae21a5da35317d8aed55d75.tar.bz2
samba-84db0662071a6ab61ae21a5da35317d8aed55d75.zip
r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:
- undefine anything in the win32 api or PSDK headers that Samba already defines - map BSD error codes to Winsock Error codes (This used to be commit d2ea6191259a28a32a1f4ffdff067b1a80e8dcc9)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 610a013d0e..587f220d19 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -10,7 +10,7 @@ AC_CONFIG_HEADER(include/config.h)
sinclude(build/m4/env.m4)
sinclude(build/m4/rewrite.m4)
-sinclude(lib/replace/win32.m4)
+sinclude(lib/replace/win32/config.m4)
sinclude(heimdal_build/config.m4)
sinclude(lib/popt/config.m4)
sinclude(lib/iconv.m4)