diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-16 22:42:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-16 22:42:34 +0000 |
commit | 09ff7235f2481c569e91bf114be126fd92ce7a64 (patch) | |
tree | bc8305fd22df25918a27fe5e567c1aef193f9b12 /configure.in | |
parent | 8794423e39341d2ebeec77fbce39ced5c18d8d2b (diff) | |
download | pango-09ff7235f2481c569e91bf114be126fd92ce7a64.tar.gz |
Small updates
Mon Apr 16 18:12:06 2001 Owen Taylor <otaylor@redhat.com>
* README: Small updates
* examples/HELLO.utf8: Insert a RLM on the Yiddish line
to correct for fixes to the bidi algorithm.
* pango/mini-fribidi/*: Update to CVS fribidi which
has various bug fixes.
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 26be3446..ad0ccdf1 100644 --- a/configure.in +++ b/configure.in @@ -255,7 +255,7 @@ AC_MSG_CHECKING(For Qt location) if test "x$with_qt" = xyes ; then # Search for Qt in various possibly standard locations - 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 + for dir in /usr/lib/qt-2.2.3 /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 |