diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:33:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:11 -0500 |
commit | b383add7b0ff4a4d89760b9488983e0256417c7c (patch) | |
tree | cb91af121ad8b870fce98d3a5daceab67cca0cf0 | |
parent | b70a7de8028a0c1c56dd2d7c4404aa0af6c89747 (diff) | |
download | samba-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)
-rw-r--r-- | source4/lib/replace/configure.ac | 2 |
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 |