blob: 6e6fcc29a2b28f657e931287c9f070d48e704cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Mon Sep 18 19:55:14 2000
+++ configure Tue Sep 19 00:48:06 2000
@@ -1480,7 +1480,7 @@
# Check whether --with-qt-dir or --without-qt-dir was given.
if test "${with_qt_dir+set}" = set; then
withval="$with_qt_dir"
- ac_qt_includes="$withval"/include
+ ac_qt_includes="$withval"/include/qt2
ac_qt_libraries="$withval"/lib
fi
|