svn commit: samba r13249 - in branches/SAMBA_4_0/source/build/m4: .

jpeach at samba.org jpeach at samba.org
Tue Jan 31 01:53:22 GMT 2006


Author: jpeach
Date: 2006-01-31 01:53:21 +0000 (Tue, 31 Jan 2006)
New Revision: 13249

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

Log:
Check for alloca.h. popt needs this.

Modified:
   branches/SAMBA_4_0/source/build/m4/rewrite.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/rewrite.m4	2006-01-31 01:51:31 UTC (rev 13248)
+++ branches/SAMBA_4_0/source/build/m4/rewrite.m4	2006-01-31 01:53:21 UTC (rev 13249)
@@ -61,6 +61,7 @@
 AC_CHECK_HEADERS(stdint.h inttypes.h locale.h shadow.h)
 AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h sys/security.h security/pam_appl.h)
 AC_CHECK_HEADERS(sys/capability.h sys/acl.h)
+AC_CHECK_HEADERS(alloca.h)
 
 AC_CHECK_HEADERS(sys/mount.h, , , [AC_INCLUDES_DEFAULT
 #ifdef HAVE_SYS_PARAM_H



More information about the samba-cvs mailing list