From 4f88530baa5560dc8b2cf15b78c5e2b2869be760 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 12:04:15 +0200 Subject: [PATCH] fix help message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])