blob: c8c36c268cea8ce0982fd9cbb5610f69fe819782 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Tue May 23 08:07:51 2006
+++ configure Tue May 23 08:08:07 2006
@@ -24856,7 +24856,7 @@
fi
fi
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
ac_ext=cc
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|