From 81fdc61c114b66b8e58d5032d05029e5188a04eb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 12:08:35 +0000 Subject: r18084: we don't need the double sinclude() any more (This used to be commit 2dab7886c1c0abfd95374c8a796f0fde029de8b6) --- source4/lib/replace/libreplace.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 593666a567..18b9a1a6e6 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -146,9 +146,7 @@ AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose) AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],, [AC_MSG_ERROR([Required function not found])]) -sinclude(lib/replace/getpass.m4) sinclude(getpass.m4) -sinclude(lib/replace/cc_features.m4) sinclude(cc_features.m4) LIBREPLACE_C99_STRUCT_INIT(c99_struct_initialization=yes, -- cgit