diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-01-02 10:35:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-01-02 10:35:28 +0000 |
commit | d36033d619081900fbf33ff6b71783bd1577d218 (patch) | |
tree | 930fbb746daa4bff59b99f902961f15cfffa88e5 /Build/source/texk/web2c/configure | |
parent | e074e22a1834b92d6e1ab4a7587f897c9226b9cb (diff) |
METAFONT: Use X toolkit for METAFONT only if requested explicitly
tardate 2014-01-01
git-svn-id: svn://tug.org/texlive/trunk@32545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 8b0505c4f01..53209b8ceb1 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -1718,7 +1718,7 @@ Optional Packages: --with-banner-add=STR add STR to version string appended to banner lines --with-editor=CMD invoke CMD from the `e' option [vi +%d '%s'] or [texworks --position=%d "%s"] - --without-mf-x-toolkit do not use X toolkit for METAFONT + --with-mf-x-toolkit use X toolkit for METAFONT --with-fontconfig-includes=DIR fontconfig headers installed in DIR --with-fontconfig-libdir=DIR @@ -19498,15 +19498,15 @@ case $with_mf_x_toolkit in #( yes|no) : ;; #( '') : - with_mf_x_toolkit=$enable_mf ;; #( + with_mf_x_toolkit=no ;; #( y|ye) : with_mf_x_toolkit=yes ;; #( n) : with_mf_x_toolkit=no ;; #( *) : - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unknown --with-mf-x-toolkit argument \`$with_mf_x_toolkit'; using yes." >&5 -$as_echo "$as_me: WARNING: unknown --with-mf-x-toolkit argument \`$with_mf_x_toolkit'; using yes." >&2;} - with_mf_x_toolkit=yes ;; + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unknown --with-mf-x-toolkit argument \`$with_mf_x_toolkit'; using no." >&5 +$as_echo "$as_me: WARNING: unknown --with-mf-x-toolkit argument \`$with_mf_x_toolkit'; using no." >&2;} + with_mf_x_toolkit=no ;; esac test "x$with_x_toolkit" = xyes && with_x=yes test "x$with_x" = xno && with_x_toolkit=no |