summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-02 03:40:00 +0000
committerKarl Berry <karl@freefriends.org>2018-03-02 03:40:00 +0000
commitb3cc7572f083686619117ddce21714007f1cc779 (patch)
treea03baea571388045cc8b51c786a4181d263749b5 /Build/source/texk/dvisvgm/configure
parent50c38b39dc3527d9de3e94558a5038ad151e1ffc (diff)
ensure numeric values for numeric tests
git-svn-id: svn://tug.org/texlive/trunk@46783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/configure')
-rwxr-xr-xBuild/source/texk/dvisvgm/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure
index b8591a6429d..c4da780b1ae 100755
--- a/Build/source/texk/dvisvgm/configure
+++ b/Build/source/texk/dvisvgm/configure
@@ -21924,7 +21924,9 @@ fi
fi
fi
-if test "$HAVE_LIBGS" -eq 0; then
+if test -z "$HAVE_LIBGS" || test "$HAVE_LIBGS" -eq 0; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: not linking to libgs, trying to arrange for dynamic loading" >&5
+$as_echo "$as_me: not linking to libgs, trying to arrange for dynamic loading" >&6;}
# Windows (native or MinGW32) has neither <dlfcn.h> nor dlopen().
if test "x$kpse_cv_have_win32" = xno; then
# FreeBSD neither has nor requires libdl.
@@ -22043,7 +22045,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$gsversion\"" >&5
$as_echo "\"$gsversion\"" >&6; }
rm -f gsversion
- if test "$gsversion" -lt 831; then
+ if test -z "$gsversion" || "$gsversion" -lt 831; then
# current Ghostscript API was introduced in version 8.31
# older versions are not supported