From: ellson Date: Fri, 17 Oct 2008 21:12:30 +0000 (+0000) Subject: add stutus info about gts X-Git-Tag: LAST_LIBGRAPH~32^2~3082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d701716462e8300a54f67ed3acd44311a3fcb65;p=graphviz add stutus info about gts --- diff --git a/configure.ac b/configure.ac index 36aabac04..c5447c1d9 100644 --- a/configure.ac +++ b/configure.ac @@ -2391,7 +2391,7 @@ else fi else # using the internal libgd - use_gd="Yes" + use_gd="Yes [internal]" AC_MSG_WARN(Using internal libgd source.) AC_DEFINE_UNQUOTED(HAVE_GD_GIF,1,[Define if the GD library has the GD_GIF feature]) AC_DEFINE_UNQUOTED(HAVE_LIBGD,1,[Define if either internal or external GD library is availabel]) @@ -3023,6 +3023,7 @@ echo "" echo "options:" echo " cgraph: $use_cgraph" echo " digcola: $use_digcola" +echo " gts: $use_gts" echo " ipsepcola: $use_ipsepcola" echo " sfdp: $use_sfdp" echo " codegens: $use_codegens"