summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-20 15:41:28 +0200
committerRemi Collet <remi@remirepo.net>2021-09-20 15:41:28 +0200
commitbbda52f2162fa34ea71759ee5fd8baf90c933133 (patch)
treed58316e7503d0e7034e79d111afe5c6d8266e7b0
parent543321552830a303810e2903fa71f543cc711bbf (diff)
downloadlibgd-bbda52f2162fa34ea71759ee5fd8baf90c933133.tar.gz
fix help string (as off by default)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1746e8f..1544e34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ AX_OPENMP()
dnl We should default this to off in future releases.
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])],
+ [AS_HELP_STRING([--enable-gd-formats], [Enable support for the legacy/testing gd image formats])],
[gd_enable_gd_formats=$enableval],
[gd_enable_gd_formats=no])
AC_MSG_RESULT([$gd_enable_gd_formats])