blob: 25b904f72e432edf5bc97d6ae153921398e3aebd (
plain)
1
2
3
4
5
6
7
8
9
|
## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure checks for dvisvgm and libgs
if test "x$enable_native_texlive_build:$with_system_libgs" = xyes:yes; then
AC_MSG_ERROR([you can not use system libraries for a native TeX Live build])
fi
|