[gtkglarea] configure.ac: Do not AC_SUBST GTK CFLAGS and LIBS



commit 4c9cbb9f28602b5932fbd7354f371a4c5584849b
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Feb 27 02:45:13 2014 +0000

    configure.ac: Do not AC_SUBST GTK CFLAGS and LIBS
    
    PKG_CHECK_MODULES already do that for us

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d81e3d0..d4227b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,9 +67,6 @@ dnl
 GTK_REQUIRED_VERSION=2.0.0
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION)
 
-AC_SUBST(GTK_CFLAGS)
-AC_SUBST(GTK_LIBS)
-
 dnl
 dnl  Check for GL/MesaGL libraries
 dnl


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