diff options
author | Havoc Pennington <hp@pobox.com> | 2000-11-13 03:06:43 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-13 03:06:43 +0000 |
commit | faa6955d4a3eb26996a2386588ec467c0593c9dd (patch) | |
tree | 1a2590e64071f3161214c4e59064626ca190df27 /pango-config.in | |
parent | 0073ae6f9cff7ef9338b63574775ec1666a38af7 (diff) | |
download | pango-faa6955d4a3eb26996a2386588ec467c0593c9dd.tar.gz |
Remove UNICODE_LIBS UNICODE_CFLAGS
2000-11-12 Havoc Pennington <hp@pobox.com>
* pango-config.in: Remove UNICODE_LIBS UNICODE_CFLAGS
* modules/thai/Makefile.am (pango_thai_la_LIBADD): ditto
* modules/basic/Makefile.am: ditto
* pango/Makefile.am: ditto
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 83a8cc1f..90298aed 100644 --- a/pango-config.in +++ b/pango-config.in @@ -82,13 +82,13 @@ if test "$echo_exec_prefix" = "yes"; then echo $exec_prefix fi if test "$echo_cflags" = "yes"; then - cflags="@UNICODE_CFLAGS@ @GLIB_CFLAGS@" + cflags="@GLIB_CFLAGS@" # Put $cflags first, in case $includes contains a # location with GLib 1.2 headers, but we build with GLib 2.0. echo $cflags $includes fi if test "$echo_libs" = "yes"; then - libs="-lpango @FRIBIDI_LIBS@ @UNICODE_LIBS@ @GLIB_LIBS@" + libs="-lpango @FRIBIDI_LIBS@ @GLIB_LIBS@" if test "$lib_pangox" = "yes"; then libs="@X_LIBS@ -lpangox $libs" fi |