From b383add7b0ff4a4d89760b9488983e0256417c7c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 11:33:46 +0000 Subject: r18075: with the new scheme, we now use config.h again (thanks jelmer!) (This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291) --- source4/lib/replace/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit