m4/qt.m4 |   16 ----------------
 1 file changed, 16 deletions(-)

New commits:
commit 9a02856c2762e65b8f03e443e728e05e5a86f65b
Author: Albert Astals Cid <[email protected]>
Date:   Sun Jan 16 17:21:00 2011 +0000

    Another qt3 unused file

diff --git a/m4/qt.m4 b/m4/qt.m4
deleted file mode 100644
index 91cabc3..0000000
--- a/m4/qt.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-# POPPLER_FIND_QT(VARIABLE-PREFIX, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-#
-# Check whether the Qt3 libraries are available.
-#
-# --------------------------------------------------------------
-AC_DEFUN([POPPLER_FIND_QT],
-[
-PKG_CHECK_MODULES([libqt3], [qt-mt], [
-       ifelse([$2], , :, [$2])
-], [
-       ifelse([$3], ,
-               [AC_MSG_FAILURE([Qt development libraries not found])],
-               [$3])
-])
-
-])
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to