You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.3 KiB
25 lines
1.3 KiB
diff -up texlive-base-20190410/source/texk/dvisvgm/configure.ac.fix-libgs-detection texlive-base-20190410/source/texk/dvisvgm/configure.ac |
|
--- texlive-base-20190410/source/texk/dvisvgm/configure.ac.fix-libgs-detection 2019-03-10 14:21:29.000000000 -0400 |
|
+++ texlive-base-20190410/source/texk/dvisvgm/configure.ac 2019-05-23 19:07:30.447057345 -0400 |
|
@@ -66,7 +66,8 @@ AS_IF([test "x$have_libgs" = "xno"], |
|
# Ghostscript not found, check for dlopen |
|
[AC_CHECK_LIB(dl, dlopen,, |
|
[AC_DEFINE(DISABLE_GS, 1, [Set to 1 if PostScript support should be disabled])] |
|
- [AC_MSG_WARN(PostScript support disabled)])]) |
|
+ [AC_MSG_WARN(PostScript support disabled)])], |
|
+ [test "x$have_libgs" = "xyes"], [HAVE_LIBGS=1]) |
|
fi |
|
|
|
if test -z "$HAVE_LIBGS" || test "$HAVE_LIBGS" -eq 0; then |
|
diff -up texlive-base-20190410/source/texk/dvisvgm/configure.fix-libgs-detection texlive-base-20190410/source/texk/dvisvgm/configure |
|
--- texlive-base-20190410/source/texk/dvisvgm/configure.fix-libgs-detection 2019-05-23 19:07:45.568703333 -0400 |
|
+++ texlive-base-20190410/source/texk/dvisvgm/configure 2019-05-23 19:09:31.341219687 -0400 |
|
@@ -22013,6 +22013,8 @@ $as_echo "#define DISABLE_GS 1" >>confde |
|
$as_echo "$as_me: WARNING: PostScript support disabled" >&2;} |
|
fi |
|
|
|
+elif test "x$have_libgs" = "xyes"; then : |
|
+ HAVE_LIBGS=1 |
|
fi |
|
fi |
|
|
|
|