diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-08-31 01:51:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-08-31 01:51:54 +0000 |
commit | e4f96aeefbd0643234645c7d7441e7ed9f490cc6 (patch) | |
tree | 6e0d7295e292da37a31cf7819b41b8c8f688a801 /configure.in | |
parent | 6f4ef7f4fd405130e246a68fcca3e0320773179c (diff) | |
download | pango-e4f96aeefbd0643234645c7d7441e7ed9f490cc6.tar.gz |
Add /usr/lib/qt-2.2.0 to the list.
Wed Aug 30 21:42:42 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (QTDIR): Add /usr/lib/qt-2.2.0 to the
list.
* modules/basic/tables-big.i: Updated using fixed
make-table.sh. Added koi8-r and iso8859-1
* modules/basic/tables-small.i: Add note noting
non-maintainence.
* tools/make-table.sh: Fix for mapping tables with
3 columns provided by KUSANO Takayuki.
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 6d8cb392..666b1012 100644 --- a/configure.in +++ b/configure.in @@ -147,7 +147,7 @@ AC_MSG_CHECKING(For Qt location) if test "x$with_qt" = xyes ; then # Search for Qt in various possibly standard ocations - for dir in /usr/lib/qt-2.1.0 /usr/lib/qt-2.0.1 /usr/lib/qt-2.0.0 /usr/lib/qt2 ; do + for dir in /usr/lib/qt-2.2.0 /usr/lib/qt-2.1.0 /usr/lib/qt-2.0.1 /usr/lib/qt-2.0.0 /usr/lib/qt2 ; do if test -x $dir/bin/moc ; then QTDIR=$dir break |