Magellan Linux

Contents of /trunk/kphone/patches/kphone-4.2-lib64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 703 byte(s)
-import

1 --- kphone/configure.in 2005-06-22 10:37:20.000000000 +0200
2 +++ kphone64/configure.in 2006-08-06 12:50:56.000000000 +0200
3 @@ -44,7 +44,7 @@
4 dnl Look for Qt library files
5 AC_CACHE_CHECK(location of Qt library,
6 ac_cv_qt_lib, [
7 - for T in $QTDIR/lib $QTDIR /usr/lib/qt3 /usr/lib/qt3/lib64 /usr/lib/qt-3.1/lib /usr/lib/qt3/lib /usr/local/lib/qt /usr/share/qt3/lib /usr/lib; do
8 + for T in $QTDIR/lib $QTDIR /usr/lib/qt3 /usr/lib64/qt3 /usr/lib/qt3/lib64 /usr/lib/qt-3.1/lib /usr/lib/qt3/lib /usr/lib64/qt3/lib /usr/local/lib/qt /usr/share/qt3/lib /usr/lib /usr/lib64; do
9 if test "x$ac_cv_qt_lib" = "x"; then
10 if test -f $T/libqt-mt.so -o -f $T/libqt-mt.a; then
11 ac_cv_qt_lib=$T;