From 30ddf7deedcdf348f10a918a2b4ed45f5f220a54 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 7 Nov 2005 15:17:13 +0000 Subject: fixed missing $X_CFLAGS setup in case x11.pc is present. Mon Nov 7 16:15:16 2005 Tim Janik * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ configure.in | 1 + 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0bc115e13..564489ec84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 7 16:15:16 2005 Tim Janik + + * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present. + 2005-11-07 Matthias Clasen * configure.in: Adjust to the stock icon changes. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c0bc115e13..564489ec84 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Mon Nov 7 16:15:16 2005 Tim Janik + + * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present. + 2005-11-07 Matthias Clasen * configure.in: Adjust to the stock icon changes. diff --git a/configure.in b/configure.in index f21ca91c1c..069bf63067 100644 --- a/configure.in +++ b/configure.in @@ -1049,6 +1049,7 @@ if test "x$gdktarget" = "xx11"; then have_base_x_pc=true X_PACKAGES="$X_PACKAGES x11 xext" x_libs="`pkg-config --libs x11 xext`" + X_CFLAGS="`pkg-config --cflags x11 xext`" # Strip out any .la files that pkg-config might give us (this happens # with -uninstalled.pc files) -- cgit v1.2.1