Author: tridge
Date: 2006-09-05 12:08:35 +0000 (Tue, 05 Sep 2006)
New Revision: 18084

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18084

Log:

we don't need the double sinclude() any more

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4 2006-09-05 12:01:18 UTC 
(rev 18083)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4 2006-09-05 12:08:35 UTC 
(rev 18084)
@@ -146,9 +146,7 @@
 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,

Reply via email to