diff options
author | Michael Meeks <michael@ximian.com> | 2002-08-07 18:21:58 +0000 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2002-08-07 18:21:58 +0000 |
commit | 432884a130bb6f40c0436f4ad9c42f52b85d1f55 (patch) | |
tree | 87b7a779be276a4967a842564eee47220098fd9d /configure.in | |
parent | b8a206bd959e9506eebc7ceaa61cd5c114f14f0a (diff) | |
download | pango-432884a130bb6f40c0436f4ad9c42f52b85d1f55.tar.gz |
echo status at end.
Wed Aug 7 09:14:00 2002 Michael Meeks <michael@ximian.com>
* configure.in: echo status at end.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6b07e503..ecefdad5 100644 --- a/configure.in +++ b/configure.in @@ -771,3 +771,8 @@ pango-zip.sh ],[case "$CONFIG_FILES" in *pango-config*)chmod +x pango-config;; esac]) +echo "configuration: + backends: `if $have_freetype ; then echo " FreeType"; fi \ + ``if $have_x ; then echo " X"; fi \ + ``if $have_xft ; then echo " Xft2"; fi \ + ``if $have_win32 ; then echo " Win32"; fi`"
\ No newline at end of file |