diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-14 19:25:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-14 19:25:20 +0000 |
commit | bc8c03184d6c1050bef3c9f9db69932df9d76fd5 (patch) | |
tree | 6be68c3ee08e539e366ba884b32e2f14a6219972 /pango-config.in | |
parent | e3f2407b5696c068793db083fc7054cf661836ce (diff) | |
download | pango-bc8c03184d6c1050bef3c9f9db69932df9d76fd5.tar.gz |
Released 0.12
Thu Jul 6 15:24:38 2000 Owen Taylor <otaylor@redhat.com>
* Released 0.12
* configure.in: Use AM_PATH_GLIB_2_0()
* pango-config.in: Use @FRIBIDI_LIBS@, not -lfribidi
* pango-config.in: Fix accidental inclusion
-I lib/glib/include/
Diffstat (limited to 'pango-config.in')
-rw-r--r-- | pango-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango-config.in b/pango-config.in index cdee18a5..d0c88437 100644 --- a/pango-config.in +++ b/pango-config.in @@ -83,10 +83,10 @@ if test "$echo_exec_prefix" = "yes"; then fi if test "$echo_cflags" = "yes"; then cflags="@UNICODE_CFLAGS@ @GLIB_CFLAGS@" - echo -I@libdir@/glib/include $includes $cflags + echo $includes $cflags fi if test "$echo_libs" = "yes"; then - libs="-lpango -lfribidi @UNICODE_LIBS@ @GLIB_LIBS@" + libs="-lpango @FRIBIDI_LIBS@ @UNICODE_LIBS@ @GLIB_LIBS@" if test "$lib_pangox" = "yes"; then libs="@X_LIBS@ -lpangox $libs" fi |