diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-07 16:27:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-07 16:27:23 +0000 |
commit | 3accc97b3fef45c4c678340f863833d65970e644 (patch) | |
tree | fe287d8df811b0bf1a197a4f85547b6cc9b0ba07 /configure.in | |
parent | 8eee67fa796e3263710273caaa8155b7aeeeebff (diff) | |
download | pango-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.in | 2 |
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 |