diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-11-26 17:16:04 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-04 05:05:06 -0600 |
commit | 0b9d8c678ce06d74a9211e4857def48a9eabc36b (patch) | |
tree | 9a125ce4958e32f0e5b6c1d8e1b97101fa0134d0 /configure.ac | |
parent | 003a3d7a55d9f83d5b68800d54fdac633b4c281a (diff) |
Those AFM files are not used anymore
They were used to build metrics for printer built in fonts, which was
dropped in the previous commit.
Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50
Reviewed-on: https://gerrit.libreoffice.org/6861
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac index 3f9b91304529..3b9abe9a4f0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1396,13 +1396,6 @@ AC_ARG_WITH(ppds, PPDs are known to be already available (every recent distro with CUPS backend).]), ,) -AC_ARG_WITH(afms, - AS_HELP_STRING([--without-afms], - [Removes bitmap font files from LibreOffice installation set, for people - building for specific distributions where AFM files or TrueType Fonts - are known to be available.]), -,) - AC_ARG_WITH(epm, AS_HELP_STRING([--with-epm], [Decides which epm to use. Default is to use the one from the system if @@ -11483,20 +11476,6 @@ fi AC_SUBST(WITHOUT_PPDS) dnl =================================================================== -dnl Test whether to include afms -dnl =================================================================== -AC_MSG_CHECKING([whether to include AFMs]) -if test "$with_afms" != "no"; then - AC_MSG_RESULT([yes]) - BUILD_TYPE="$BUILD_TYPE AFMS" -else - AC_MSG_RESULT([no]) - WITHOUT_AFMS=YES - SCPDEFS="$SCPDEFS -DWITHOUT_AFMS" -fi -AC_SUBST(WITHOUT_AFMS) - -dnl =================================================================== dnl Test whether to include extra galleries dnl =================================================================== AC_MSG_CHECKING([whether to include extra galleries]) |