svn commit: samba r18700 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Tue Sep 19 23:32:25 GMT 2006


Author: metze
Date: 2006-09-19 23:32:25 +0000 (Tue, 19 Sep 2006)
New Revision: 18700

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

Log:
nicer order of the tests

metze

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-19 23:27:04 UTC (rev 18699)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-19 23:32:25 UTC (rev 18700)
@@ -5,11 +5,6 @@
 AC_INIT(include/includes.h)
 AC_CONFIG_HEADER(include/config.h)
 
-AC_LIBREPLACE_LOCATION_CHECKS
-
-AC_DISABLE_STATIC
-AC_ENABLE_SHARED
-
 SMB_VERSION_STRING=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
 echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
 
@@ -18,6 +13,11 @@
 	echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
 fi
 
+AC_LIBREPLACE_LOCATION_CHECKS
+
+AC_DISABLE_STATIC
+AC_ENABLE_SHARED
+
 #################################################
 # Directory handling stuff to support both the
 # legacy SAMBA directories and FHS compliant



More information about the samba-cvs mailing list