diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-22 11:22:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-22 11:22:16 +0000 |
commit | 101b3db9c6d85296fe23c92c4def3793b6580b70 (patch) | |
tree | 1f0103d7e4fb3653b687911a2e758e55a13b4cd6 /Build/source/texk/web2c/configure | |
parent | bb13d1bee7a75a6beab8611c2a6f12579546d499 (diff) |
fix for luatex mingw32 cross build
git-svn-id: svn://tug.org/texlive/trunk@12788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 3c59d28c423..fe0ad37648d 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -892,7 +892,7 @@ XETEX_MACOSX_TRUE FONTCONFIG_LIBS FONTCONFIG_INCLUDES ipc_socketlibs -lua_socketlibs +socketlibs MINGW32_FALSE MINGW32_TRUE WIN32_FALSE @@ -18032,10 +18032,6 @@ esac fi -if test "x$enable_luatex" = xyes; then - lua_socketlibs=$socketlibs -fi - if test "x$enable_ipc" = xyes; then ipc_socketlibs=$socketlibs |