Changeset 10599
- Timestamp:
- 07/14/08 16:41:10 (4 months ago)
- Files:
-
- trunk/configure (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r10581 r10599 1274 1274 if which_wrapper pkg-config > /dev/null; then 1275 1275 # this braindead path is necessary for mdv2008.1 1276 qt4_ver=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --modversion 2>> $LOG` 1276 qt4_ver=`\ 1277 PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig 1278 pkg-config QtCore --modversion 2>> $LOG` 1277 1279 if [ $? -ne 0 ]; then 1278 1280 log_failure "not found" 1279 1281 fail 1280 1282 else 1281 FLGQT4=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --cflags` 1283 FLGQT4=`\ 1284 PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \ 1285 pkg-config QtCore --cflags` 1282 1286 INCQT4=`strip_I "$FLGQT4"` 1283 LIBQT4=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --libs` 1287 LIBQT4=`\ 1288 PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \ 1289 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \ 1290 pkg-config QtCore --libs` 1284 1291 foundqt4=1 1285 1292 fi

