lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6120] Remove test for GTK+ 2.0 from configure.


From: Vadim Zeitlin
Subject: [lmi-commits] [6120] Remove test for GTK+ 2.0 from configure.
Date: Tue, 03 Mar 2015 15:33:08 +0000

Revision: 6120
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6120
Author:   zeitlin
Date:     2015-03-03 15:33:07 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
Remove test for GTK+ 2.0 from configure.

This test is not necessary any more as GTK+ is not used by lmi itself since
r6111 and it prevented lmi from building with GTK+ 3. Simply don't check for
GTK+ at all.

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6111

Modified Paths:
--------------
    lmi/trunk/configure.ac

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2015-03-01 23:43:29 UTC (rev 6119)
+++ lmi/trunk/configure.ac      2015-03-03 15:33:07 UTC (rev 6120)
@@ -405,7 +405,6 @@
 dnl pkg-config under Windows is unfortunately not trivial and so we can't rely
 dnl on its presence on the target system
 if test "$USE_LINUX" = "1"; then
-    PKG_CHECK_MODULES(GTK, gtk+-2.0)
     PKG_CHECK_MODULES(XMLWRAPP, xmlwrapp >= 0.7.0 xsltwrapp)
 else
     if test -z "$XMLWRAPP_CFLAGS" -o -z "$XMLWRAPP_LIBS"; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]