diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-18 10:31:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-18 10:31:12 +0000 |
commit | d6b68e58217ed2971ab581a9c0e4db84b70d0fd6 (patch) | |
tree | e9e8ab39b54ef6912f63ab6dbdcadf62d77eca38 /Build/source/texk/xdvik/configure | |
parent | a5201d5f8e0880143756513c42537aecc4e98814 (diff) |
dvisvgm: enable support for PostScript specials
git-svn-id: svn://tug.org/texlive/trunk@16063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/configure')
-rwxr-xr-x | Build/source/texk/xdvik/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure index f9f99aa76b4..6d6f7746d2e 100755 --- a/Build/source/texk/xdvik/configure +++ b/Build/source/texk/xdvik/configure @@ -11730,6 +11730,9 @@ fi +# Reduce compiler warnings, there are just too many. +WARNING_CFLAGS=`echo $WARNING_CFLAGS | sed -e 's/ -Wcast-qual/ /' -e 's/ -Wwrite-strings/ /'` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pow" >&5 $as_echo_n "checking for library containing pow... " >&6; } if test "${ac_cv_search_pow+set}" = set; then : |