svn commit: samba r25864 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Tue Nov 6 07:01:18 GMT 2007


Author: metze
Date: 2007-11-06 07:01:17 +0000 (Tue, 06 Nov 2007)
New Revision: 25864

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

Log:
libreplace: we should only have one location where we check for required functions

metze
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	2007-11-06 06:54:49 UTC (rev 25863)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2007-11-06 07:01:17 UTC (rev 25864)
@@ -280,9 +280,6 @@
 eprintf("bla", "bar");
 ], AC_DEFINE(HAVE__VA_ARGS__MACRO, 1, [Whether the __VA_ARGS__ macro is available]))
 
-# Check prerequisites
-AC_CHECK_FUNCS([memset printf syslog], [], 
-			   [ AC_MSG_ERROR([Required function not found])])
 
 AC_CACHE_CHECK([for sig_atomic_t type],samba_cv_sig_atomic_t, [
     AC_TRY_COMPILE([
@@ -331,7 +328,7 @@
 m4_include(getaddrinfo.m4)
 m4_include(repdir.m4)
 
-AC_CHECK_FUNCS([syslog memset memcpy],,[AC_MSG_ERROR([Required function not found])])
+AC_CHECK_FUNCS([syslog printf memset memcpy],,[AC_MSG_ERROR([Required function not found])])
 
 echo "LIBREPLACE_BROKEN_CHECKS: END"
 ]) dnl end AC_LIBREPLACE_BROKEN_CHECKS



More information about the samba-cvs mailing list