summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-18 14:39:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:50 -0500
commita25fdd97ee41638d5ecd7ee55634a69f918b1dc2 (patch)
treeb129ec0507de46dcf66a203308335e1bc2137e76 /source4/configure.in
parent7feea7c91bb2afe1ab26423ba891da4d14b46f9f (diff)
downloadsamba-a25fdd97ee41638d5ecd7ee55634a69f918b1dc2.tar.gz
samba-a25fdd97ee41638d5ecd7ee55634a69f918b1dc2.tar.bz2
samba-a25fdd97ee41638d5ecd7ee55634a69f918b1dc2.zip
r771: don't know why but the SMB_INCLUDE_M4() didn't work correct
metze (This used to be commit 2bb9f4adc049c82f390facc78bf32824ea1b88d9)
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 f7d62f8e7a..43a8242788 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -173,7 +173,7 @@ AC_ARG_ENABLE(experimental, [ --enable-experimental Turn on experimental featur
experimental=yes
fi])
-SMB_INCLUDE_M4(build/m4/rewrite.m4)
+sinclude(build/m4/rewrite.m4)
dnl exclude these modules
AC_ARG_WITH(exclude-modules,