diff options
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 |