summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-16 21:08:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:48 -0500
commita0e786c4464a0b25574093295751afd906034c6b (patch)
tree05a1362fec72979e82754ae4d1f9da8955832129 /source4/build/smb_build
parentd29f44c594f4857593e361e9e31eef3cec1a912c (diff)
downloadsamba-a0e786c4464a0b25574093295751afd906034c6b.tar.gz
samba-a0e786c4464a0b25574093295751afd906034c6b.tar.bz2
samba-a0e786c4464a0b25574093295751afd906034c6b.zip
r6828: More portability fixes
(This used to be commit f46c532883e18b8780ff73d3ac0899690eeab3f4)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index f9221879bf..1eb1c6ea00 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -85,7 +85,7 @@ sub _prepare_compiler_linker($)
$output = << '__EOD__';
CC=@CC@
-CC_FLAGS=-Iinclude -I. -I$(srcdir)/include -I$(srcdir) -D_SAMBA_BUILD_ -Ilib @CFLAGS@ @CPPFLAGS@
+CC_FLAGS=-Iinclude -I. -I$(srcdir)/include -I$(srcdir) -D_SAMBA_BUILD_ -DHAVE_CONFIG_H -Ilib @CFLAGS@ @CPPFLAGS@
LD=@CC@
LD_FLAGS=@LDFLAGS@ @CFLAGS@