gimp r24976 - trunk



Author: neo
Date: Tue Feb 26 16:10:54 2008
New Revision: 24976
URL: http://svn.gnome.org/viewvc/gimp?rev=24976&view=rev

Log:
2008-02-26  Sven Neumann  <sven gimp org>

	* configure.in: use AM_PROG_CC_C_O to fix warning with automake 1.10.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb 26 16:10:54 2008
@@ -139,9 +139,11 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
                    [The prefix for our gettext translation domains.])
 
+# Determine a C compiler to use
+AC_PROG_CC
+AM_PROG_CC_C_O
 
 # Initialize libtool
-AC_PROG_CC
 AM_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL



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