blob: 52bccf2b3b3e6542d2fe86fd7fcc7cd034018d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- configure.orig 2009-03-25 08:36:16.000000000 +0800
+++ configure 2009-12-27 14:42:27.000000000 +0800
@@ -30785,9 +30785,9 @@
{ $as_echo "$as_me:$LINENO: checking for qmake" >&5
$as_echo_n "checking for qmake... " >&6; }
- if test -f ${qt_dir}/bin/qmake ; then
- { $as_echo "$as_me:$LINENO: result: ${qt_dir}/bin/qmake" >&5
-$as_echo "${qt_dir}/bin/qmake" >&6; }
+ if test -f ${LOCALBASE}/bin/qmake ; then
+ { $as_echo "$as_me:$LINENO: result: ${LOCALBASE}/bin/qmake" >&5
+$as_echo "${LOCALBASE}/bin/qmake" >&6; }
have_qmake="yes"
else
{ $as_echo "$as_me:$LINENO: result: not found!" >&5
|