[poppler] m4/qt.m4

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Jan 16 09:20:21 PST 2011


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

New commits:
commit 9a02856c2762e65b8f03e443e728e05e5a86f65b
Author: Albert Astals Cid <aacid at kde.org>
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])
-])
-
-])


More information about the poppler mailing list