summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-07 16:27:23 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-07 16:27:23 +0000
commit3accc97b3fef45c4c678340f863833d65970e644 (patch)
treefe287d8df811b0bf1a197a4f85547b6cc9b0ba07 /configure.in
parent8eee67fa796e3263710273caaa8155b7aeeeebff (diff)
downloadpango-3accc97b3fef45c4c678340f863833d65970e644.tar.gz
Fix some problems with setting library variables for
Thu Mar 7 10:51:16 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix some problems with setting library variables for --enable-explicit-deps. (Laszlo Peter, #73851)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index affa05a9..27e1caad 100644
--- a/configure.in
+++ b/configure.in
@@ -570,7 +570,7 @@ esac
AC_MSG_RESULT($enable_explicit_deps)
if test $enable_explicit_deps = yes ; then
- PKGCONFIG_X_LIBS=$X_LIBS@ $X_EXTRA_LIBS
+ PKGCONFIG_X_LIBS="$X_LIBS $X_EXTRA_LIBS"
PKGCONFIG_XFT_LIBS=$XFT_LIBS
PKGCONFIG_FREETYPE_LIBS=$XFT_LIBS
else