gnome-shell r43 - trunk



Author: otaylor
Date: Wed Nov 12 21:35:17 2008
New Revision: 43
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=43&view=rev

Log:
Move AC_DISABLE_STATIC before AM_PROG_LIBTOOL

Fix warning (and problem?) if AC_DISABLE_STATIC occurs after
AM_PROG_LIBTOOL.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Nov 12 21:35:17 2008
@@ -7,9 +7,9 @@
 
 AC_CONFIG_HEADERS(config.h)
 
+AC_DISABLE_STATIC
 AC_PROG_CC
 AM_PROG_LIBTOOL
-AC_DISABLE_STATIC
 
 GETTEXT_PACKAGE=gnome-shell
 AC_SUBST(GETTEXT_PACKAGE)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]