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.
23 lines
924 B
23 lines
924 B
Index: configure |
|
--- configure.orig 2013-04-08 09:36:05.000000000 +0200 |
|
+++ configure 2013-11-01 12:01:38.727889297 +0100 |
|
@@ -5023,9 +5023,6 @@ |
|
|
|
## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ |
|
## configure checks for dvisvgm and libgs |
|
-if test "x$enable_native_texlive_build:$with_system_libgs" = xyes:yes; then |
|
- as_fn_error $? "you can not use system libraries for a native TeX Live build" "$LINENO" 5 |
|
-fi |
|
|
|
|
|
## texk/gsftopk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/gsftopk/ |
|
@@ -21090,9 +21087,6 @@ |
|
if test "x$syslib_status" = xno; then |
|
as_fn_error $? "some requested system libraries failed" "$LINENO" 5 |
|
fi |
|
-if test "x$syslib_used:$enable_native_texlive_build" = xyes:yes; then |
|
- as_fn_error $? "you can not use system libraries for a native TeX Live build" "$LINENO" 5 |
|
-fi |
|
CPPFLAGS=$kpse_save_CPPFLAGS |
|
LIBS=$kpse_save_LIBS |
|
|
|
|