[gtkglext] Use GDK_{CFLAGS, LIBS} in tests for GDK features instead of obsolete BASE_DEPENDENCIES_ variables.



commit beba3e9c868313d1e47f81921080a5980d63ebd9
Author: Braden McDaniel <bmcdaniel turketron tena-sda org>
Date:   Wed Dec 16 18:17:38 2009 -0500

    Use GDK_{CFLAGS,LIBS} in tests for GDK features instead of obsolete BASE_DEPENDENCIES_ variables.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a78f33a..566d038 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,9 +301,9 @@ LIBS="$save_LIBS"
 GDKGLEXT_MULTIHEAD_SUPPORT=no
 
 save_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS $BASE_DEPENDENCIES_CFLAGS"
+CPPFLAGS="$CPPFLAGS $GDK_CFLAGS"
 save_LIBS="$LIBS"
-LIBS="$LIBS $BASE_DEPENDENCIES_LIBS"
+LIBS="$LIBS $GDK_LIBS"
 
 AC_CHECK_HEADERS([gdk/gdkdisplay.h gdk/gdkscreen.h],
                  [GDKGLEXT_MULTIHEAD_SUPPORT=yes],
@@ -337,7 +337,7 @@ AM_CONDITIONAL([MULTIHEAD_SUPPORT],
 ##################################################
 
 save_LIBS="$LIBS"
-LIBS="$LIBS $BASE_DEPENDENCIES_LIBS"
+LIBS="$LIBS $GDK_LIBS"
 
 if test "x$gdktarget" = "xx11"; then
   AC_CHECK_FUNCS([gdk_x11_colormap_foreign_new])



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