svn commit: samba r6830 - in branches/SAMBA_4_0/source/lib/talloc: .

tridge at samba.org tridge at samba.org
Mon May 16 21:22:54 GMT 2005


Author: tridge
Date: 2005-05-16 21:22:54 +0000 (Mon, 16 May 2005)
New Revision: 6830

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

Log:
put header checks in config.m4 so when it is included by other projects the right
configure checks are done


Modified:
   branches/SAMBA_4_0/source/lib/talloc/config.m4
   branches/SAMBA_4_0/source/lib/talloc/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/config.m4	2005-05-16 21:09:51 UTC (rev 6829)
+++ branches/SAMBA_4_0/source/lib/talloc/config.m4	2005-05-16 21:22:54 UTC (rev 6830)
@@ -7,3 +7,4 @@
 fi
 
 AC_CHECK_TYPES(intptr_t)
+AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)

Modified: branches/SAMBA_4_0/source/lib/talloc/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/configure.in	2005-05-16 21:09:51 UTC (rev 6829)
+++ branches/SAMBA_4_0/source/lib/talloc/configure.in	2005-05-16 21:22:54 UTC (rev 6830)
@@ -6,7 +6,6 @@
 fi
 AC_PROG_INSTALL
 AC_PATH_PROG(XSLTPROC,xsltproc)
-AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
 AC_CONFIG_HEADER(config.h)
 sinclude(config.m4)
 AC_OUTPUT(Makefile talloc.pc)



More information about the samba-cvs mailing list