summaryrefslogtreecommitdiff
path: root/source4/lib/replace/configure.ac
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:33:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:11 -0500
commitb383add7b0ff4a4d89760b9488983e0256417c7c (patch)
treecb91af121ad8b870fce98d3a5daceab67cca0cf0 /source4/lib/replace/configure.ac
parentb70a7de8028a0c1c56dd2d7c4404aa0af6c89747 (diff)
downloadsamba-b383add7b0ff4a4d89760b9488983e0256417c7c.tar.gz
samba-b383add7b0ff4a4d89760b9488983e0256417c7c.tar.bz2
samba-b383add7b0ff4a4d89760b9488983e0256417c7c.zip
r18075: with the new scheme, we now use config.h again (thanks jelmer!)
(This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291)
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 b2317708b3..b46dfdced0 100644
--- a/source4/lib/replace/configure.ac
+++ b/source4/lib/replace/configure.ac
@@ -4,7 +4,7 @@ AC_DEFUN([SMB_ENABLE], [echo -n ""])
AC_PREREQ(2.50)
AC_INIT(dlfcn.c)
AC_CONFIG_SRCDIR([dlfcn.c])
-AC_CONFIG_HEADER(replace_config.h)
+AC_CONFIG_HEADER(config.h)
AC_PROG_INSTALL
AC_PROG_CC