summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <tsdgeos@bluebox.localdomain>2007-09-17 20:39:19 +0200
committerAlbert Astals Cid <tsdgeos@bluebox.localdomain>2007-09-17 20:39:19 +0200
commit21a048d288c5f1119dd719aad5238de57399e12b (patch)
tree0b368dd907d24719cb14ea9f552df6fa76e8b28a
parentf95d1da87419478f44b002bdfb1e090d1060f034 (diff)
Use = instead of == in qt.m4
-rw-r--r--m4/qt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/qt.m4 b/m4/qt.m4
index c4dd67bc..8320bbc9 100644
--- a/m4/qt.m4
+++ b/m4/qt.m4
@@ -52,7 +52,7 @@ if test "x$qt_libdir" != "xno" ; then
fi
fi
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
AC_LANG_PUSH([C++])
pthread_needed=no