disable gd formats by default #428

These are not normally used, so flip them off.  Hopefully no one notices.
Fixes #428.
master
Mike Frysinger 2021-04-24 23:34:25 -04:00
parent 8df65487ff
commit c6af75565a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ AC_MSG_CHECKING([whether to support gd image formats])
AC_ARG_ENABLE([gd-formats],
[AS_HELP_STRING([--disable-gd-formats], [Disable support for the legacy/testing gd image formats])],
[gd_enable_gd_formats=$enableval],
[gd_enable_gd_formats=yes])
[gd_enable_gd_formats=no])
AC_MSG_RESULT([$gd_enable_gd_formats])
if test "$gd_enable_gd_formats" = yes; then
gd_ac_value=1