r6538: Somehow building shared libraries was broken. Either AC_CANONICAL_HOST
authorTim Potter <tpot@samba.org>
Sun, 1 May 2005 00:00:37 +0000 (00:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:24 +0000 (13:16 -0500)
or AC_CANONICAL_SYSTEM needs to be called in order for $host_os to be
defined.

source/build/m4/rewrite.m4

index ba5f14aa0081333cc3ff7b4682c798a9453f6c85..dc62c7bc12e051c3242663060bc8e43a6531070e 100644 (file)
@@ -11,6 +11,8 @@ AC_SUBST(PICFLAG)
 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.