diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f5fb68d..201cb40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.53) +AC_PREREQ(2.58) AC_INIT([mate-icon-theme], [1.26.0], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) @@ -33,7 +33,7 @@ AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 32x32 48x48 256x256"]) # Allow icon mapping to be disabled AC_ARG_ENABLE([icon-mapping], - AC_HELP_STRING([--enable-icon-mapping], + AS_HELP_STRING([--enable-icon-mapping], [Enable compatibility symlinks [default=auto]]), [enable_mapping=$enableval], [enable_mapping=yes]) |