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

tpot at samba.org tpot at samba.org
Sun May 1 00:00:38 GMT 2005


Author: tpot
Date: 2005-05-01 00:00:37 +0000 (Sun, 01 May 2005)
New Revision: 6538

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

Log:
Somehow building shared libraries was broken.  Either AC_CANONICAL_HOST
or AC_CANONICAL_SYSTEM needs to be called in order for $host_os to be
defined.

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	2005-04-30 13:21:25 UTC (rev 6537)
+++ branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-05-01 00:00:37 UTC (rev 6538)
@@ -11,6 +11,8 @@
 AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
 AC_SYS_LARGEFILE
 
+AC_CANONICAL_HOST
+
 #
 # Config CPPFLAG settings for strange OS's that must be set
 # before other tests.



More information about the samba-cvs mailing list