gnome-terminal r2882 - trunk



Author: chpe
Date: Sun Jun  8 11:37:04 2008
New Revision: 2882
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2882&view=rev

Log:
Reorder include directories, so we don't make system ones get higher priority than the pkg-config found ones. Bug #536899, patch by dmacks netspace org 


Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jun  8 11:37:04 2008
@@ -54,9 +54,8 @@
  libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_REQUIRED dnl
  vte >= $VTE_REQUIRED)
 
-TERM_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $TERM_LIBS"
-TERM_CFLAGS="$X_CFLAGS $TERM_CFLAGS"
-CPPFLAGS="$TERM_CFLAGS $CPPFLAGS"
+TERM_LIBS="$TERM_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+TERM_CFLAGS="$TERM_CFLAGS $X_CFLAGS"
 
 AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
 



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