m4/qt.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 21a048d288c5f1119dd719aad5238de57399e12b (from
f95d1da87419478f44b002bdfb1e090d1060f034)
Author: Albert Astals Cid <[EMAIL PROTECTED]>
Date: Mon Sep 17 20:39:19 2007 +0200
Use = instead of == in qt.m4
diff --git a/m4/qt.m4 b/m4/qt.m4
index c4dd67b..8320bbc 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
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler