summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-28 10:28:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-28 10:28:44 +0000
commit2cbe0517df9daa71a49132982036b5c120e472fd (patch)
treec02ad3ca612f852c77a62c90b5105727255a1b44 /Build/source/texk/web2c/configure
parentd6f28a4f2581a1e325dd3e8e3f2fa322b0785412 (diff)
texk/web2c: Build fix for libsynctex - the SyncTeX parser library
git-svn-id: svn://tug.org/texlive/trunk@34467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 96121212946..2fad4a808dd 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -638,6 +638,7 @@ am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
subdirs
+WANTEDLIBS
SYNCTEX_LT_VERSINFO
SYNCTEXVERSION
OTANGLE
@@ -3362,6 +3363,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
WEB2CVERSION=2015/dev
+if test "x$enable_shared:$with_system_zlib" = xyes:no; then
+ enable_shared=no
+ ac_configure_args="$ac_configure_args '--disable-shared'"
+fi
+
am__api_version='1.14'
# Find a good install program. We prefer a C program (faster),
@@ -24134,6 +24140,10 @@ SYNCTEXVERSION=1.17.0
SYNCTEX_LT_VERSINFO=18:0:17
+if test "x$enable_synctex" != xno; then :
+ WANTEDLIBS=libsynctex.la
+
+fi
ac_config_files="$ac_config_files synctexdir/synctex.pc"