summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2004-04-18 15:04:17 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2004-04-18 15:04:17 +0000
commit79bc80feabe0f093a1b5a1a446346de52e2ae675 (patch)
treeb6c018f42fd7bd6fdb029163303a8468d33ec63b /configure.in
parent730da6f84c1d0fd4abd6f741db30895b45f54e80 (diff)
downloadgdk-pixbuf-79bc80feabe0f093a1b5a1a446346de52e2ae675.tar.gz
Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586, reported by Pedro
Sun Apr 18 16:59:21 2004 Soeren Sandmann <sandmann@daimi.au.dk> * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586, reported by Pedro RODRIGUEZ, about compilation problems when Xcursor is installed in a non-standard location.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4306a76fe..b3579af98 100644
--- a/configure.in
+++ b/configure.in
@@ -1240,7 +1240,6 @@ if test "x$gdktarget" = "xx11"; then
fi
fi
- GDK_EXTRA_CFLAGS=
if test $pango_omitted_x_deps = yes ; then
GDK_EXTRA_LIBS="$X_LIBS $x_extra_libs $x_libs $GDK_EXTRA_LIBS"
else
@@ -1304,7 +1303,6 @@ if test "x$gdktarget" = "xlinux-fb"; then
AM_CONDITIONAL(ENABLE_FB_MANAGER, false)
fi
- GDK_EXTRA_CFLAGS=""
if test $pango_omitted_ft2_deps = yes ; then
GDK_EXTRA_LIBS="$FREETYPE_LIBS $GDK_EXTRA_LIBS"
fi