summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <tsdgeos@bluebox.localdomain>2007-09-17 19:39:29 +0200
committerAlbert Astals Cid <tsdgeos@bluebox.localdomain>2007-09-17 19:39:29 +0200
commit15ad81c64cd8b1cb438d41be402daa19a239db3d (patch)
treec808183b271e5e0c034a66b2ae889f832f4bf5fb
parent70fabcb96e207b9b889bb32c0cf5ea3fc0aa08f8 (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