diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-24 22:13:23 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 12:25:50 +0000 |
commit | 62bf424fa84b0ccd0828a474a1351b0134f27eab (patch) | |
tree | be52428f0f4da5691c9eba7cc78694670a1df0e6 /configure.ac | |
parent | fbf28e966191114860a2e60ae8ed6bf3cc064b38 (diff) |
remove dead code
Change-Id: I1dd71baf48a0b5b62c73c9f8f071ff67520cc771
Reviewed-on: https://gerrit.libreoffice.org/2383
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/configure.ac b/configure.ac index 1e390d783e0b..427b908c921e 100644 --- a/configure.ac +++ b/configure.ac @@ -1241,13 +1241,6 @@ AC_ARG_WITH(afms, are known to be available.]), ,) -AC_ARG_WITH(agfa-monotype-fonts, - AS_HELP_STRING([--with-agfa-monotype-fonts], - [This switch should only be enabled for those who have the right - to use or distribute the proprietary Agfa Monotype - fonts.]), -,) - AC_ARG_WITH(epm, AS_HELP_STRING([--with-epm], [Decides which epm to use. Default is to use the one from the system if @@ -6722,14 +6715,6 @@ AC_SUBST(x_JAVALIB) AC_SUBST(x_JDKLIB) dnl =================================================================== -dnl Checks for specific files. -dnl =================================================================== - -dnl =================================================================== -dnl Checks for programs. -dnl =================================================================== - -dnl =================================================================== dnl Check whether we already have dmake dnl =================================================================== AC_PATH_PROG(DMAKE, dmake, no) @@ -10780,25 +10765,6 @@ else fi AC_SUBST(WITH_FONTS) - -# The agfa monotype fonts options seems broken -# there is no assocaited entry in Makefile.fetch -# so we do not fetch the dependencies -# there is no tie-up with MORE_FONTS, but in dmake mode -# without more_fonts that option is meaningless -# so I suspect it is not really used anymore, commenting out for now -#AC_MSG_CHECKING([whether to include Agfa Monotype fonts]) -#if test "$with_agfa_monotype_fonts" = "yes"; then -# AC_MSG_RESULT([yes]) -# WITH_AGFA_MONOTYPE_FONTS=YES -# SCPDEFS="$SCPDEFS -DWITH_AGFA_MONOTYPE_FONTS" -# BUILD_TYPE="$BUILD_TYPE AGFA_MONOTYPE_FONTS" -#else -# AC_MSG_RESULT([no]) -# WITH_AGFA_MONOTYPE_FONTS=NO -#fi -#AC_SUBST(WITH_AGFA_MONOTYPE_FONTS) - dnl =================================================================== dnl Test whether to include ppds dnl =================================================================== |