summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-23 11:21:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-23 14:54:52 +0100
commit2076a520b280e3aaef020869f005619075789103 (patch)
tree58221c84750b870a92314d9ecbe29267ba216e88 /configure.ac
parentcf33ce966752a9e222a53705604c4bf87525a444 (diff)
remove --without-ppds option now
This was intended for the time we had a huge bunch of third party ppds, those are now long gone. SGENT42.PS is now the same as SGENPRT.PS since commit 871d8e0f278dab646e1877a505577edc730a26cf Date: Mon Nov 25 14:13:40 2013 +0000 Resolves: rhbz#188467 default to Type42 so get rid of that one, leaving just the single SGENPRT.PS fallback ppd Change-Id: I851f25b2789b8aa101acd18193cd01e8cded4d09
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 07eb557d03db..99eaf4bb9dec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1523,13 +1523,6 @@ AC_ARG_WITH(fonts,
known to be available on the system then you should use this option.]),
,)
-AC_ARG_WITH(ppds,
- AS_HELP_STRING([--without-ppds],
- [Removes Postscript Printer definition files from LibreOffice
- installation set, for people building for specific distributions where
- PPDs are known to be already available (every recent distro with CUPS backend).]),
-,)
-
AC_ARG_WITH(epm,
AS_HELP_STRING([--with-epm],
[Decides which epm to use. Default is to use the one from the system if
@@ -11569,20 +11562,6 @@ AC_SUBST(WITH_FONTS)
AC_DEFINE_UNQUOTED([TEST_FONTS_MISSING], $TEST_FONTS_MISSING)
dnl ===================================================================
-dnl Test whether to include ppds
-dnl ===================================================================
-AC_MSG_CHECKING([whether to include PPDs])
-if test "$with_ppds" != "no"; then
- AC_MSG_RESULT([yes])
- WITHOUT_PPDS=
-else
- AC_MSG_RESULT([no])
- WITHOUT_PPDS=TRUE
- SCPDEFS="$SCPDEFS -DWITHOUT_PPDS"
-fi
-AC_SUBST(WITHOUT_PPDS)
-
-dnl ===================================================================
dnl Test whether to include extra galleries
dnl ===================================================================
AC_MSG_CHECKING([whether to include extra galleries])