summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-01-16 17:21:00 +0000
committerAlbert Astals Cid <aacid@kde.org>2011-01-16 17:21:00 +0000
commit9a02856c2762e65b8f03e443e728e05e5a86f65b (patch)
treed38ec8fda5eb6251c129a37ab3a586773af99877 /m4
parent26da7a52d31eb677ab6399de2c07140aa272b35e (diff)
Another qt3 unused file
Diffstat (limited to 'm4')
-rw-r--r--m4/qt.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/m4/qt.m4 b/m4/qt.m4
deleted file mode 100644
index 91cabc37..00000000
--- 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])
-])
-
-])