diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-23 08:52:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-23 08:52:54 +0000 |
commit | a6a17e9694ba2834fedb93aa43dd05e0912f7ea8 (patch) | |
tree | c366a11d0c387cf2a192e0fc7ea9162bf9127b26 /Build/source/texk/web2c/configure | |
parent | b91366cf53d661155388058502049978877f89d0 (diff) |
texk/web2c: Drop redundant code
git-svn-id: svn://tug.org/texlive/trunk@35023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 5c8d449de8e..64b7c465868 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -20357,15 +20357,6 @@ $as_echo "#define UNITERMWIN /**/" >>confdefs.h fi - if test "x$enable_mp" != xno; then - MP_TRUE= - MP_FALSE='#' -else - MP_TRUE='#' - MP_FALSE= -fi - - if test "x$enable_web_progs" != xno; then WEB_TRUE= WEB_FALSE='#' @@ -24468,10 +24459,6 @@ if test -z "${MFXT_TRUE}" && test -z "${MFXT_FALSE}"; then as_fn_error $? "conditional \"MFXT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${MP_TRUE}" && test -z "${MP_FALSE}"; then - as_fn_error $? "conditional \"MP\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${WEB_TRUE}" && test -z "${WEB_FALSE}"; then as_fn_error $? "conditional \"WEB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |