summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-09-21 20:31:03 +0200
committerBenjamin Otte <otte@redhat.com>2015-09-21 21:58:05 +0200
commita59ee09af8db7255fefa26f1c0ac5b7826d2602c (patch)
tree6700d473b5375c1135bd30eff51978054609b2c5 /configure.ac
parent7439a7efda25b0e3acda393a390406c62e4f11af (diff)
downloadgtk+-a59ee09af8db7255fefa26f1c0ac5b7826d2602c.tar.gz
configure: Don't put glib version flags into pc files
Use a different CFLAGS variable to carry them. I chose the DEBUG_FLAGS because that's essentially what those flags are: debug helpers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2338831b1d..b096e2e9b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,7 +360,7 @@ backend_immodules=
have_gio_unix=no
GDK_BACKENDS=
GDK_EXTRA_LIBS=
-GDK_EXTRA_CFLAGS="$GLIB_VERSION_CFLAGS"
+GDK_EXTRA_CFLAGS=
GDK_WINDOWING=
PANGO_PACKAGES="pango pangocairo"
@@ -500,6 +500,7 @@ else
GTK_DEBUG_FLAGS="-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
fi
fi
+GTK_DEBUG_FLAGS="$GTK_DEBUG_FLAGS $GLIB_VERSION_CFLAGS"
# Build time sanity check...
AM_SANITY_CHECK