summaryrefslogtreecommitdiff
path: root/source4/lib/replace/configure.ac
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:22:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:11 -0500
commitb70a7de8028a0c1c56dd2d7c4404aa0af6c89747 (patch)
tree6bd67970d00af7502d17eebf817e63b53f38d593 /source4/lib/replace/configure.ac
parenta57365a2e6f303572da011e490d05e1424c53934 (diff)
downloadsamba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.tar.gz
samba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.tar.bz2
samba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.zip
r18074: config.m4 is now libreplace.m4
(This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
Diffstat (limited to 'source4/lib/replace/configure.ac')
-rw-r--r--source4/lib/replace/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac
index 2b5fbf1c18..b2317708b3 100644
--- a/source4/lib/replace/configure.ac
+++ b/source4/lib/replace/configure.ac
@@ -12,7 +12,7 @@ if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings"
fi
-sinclude(config.m4)
+sinclude(libreplace.m4)
sinclude(win32/config.m4)
sinclude(repdir/config.m4)
AC_OUTPUT(Makefile)