summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-05-16 12:51:59 +0100
committerJavier Jardón <jjardon@gnome.org>2011-05-16 12:51:59 +0100
commit014b4b5ae9a14d3697c158908b01786496d539f1 (patch)
tree67fbf24c482f8051380d9324c0567a843e000dde /m4macros
parentd2d3449a8ef4e3ad7236ed83a5ed0ce6a2b0e69f (diff)
downloadglib-014b4b5ae9a14d3697c158908b01786496d539f1.tar.gz
m4macros/gsettings.m4: Use AS_HELP_STRING instead the deprecated AC_HELP_STRING
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/gsettings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/gsettings.m4 b/m4macros/gsettings.m4
index 429d04ba4..7b2f9a233 100644
--- a/m4macros/gsettings.m4
+++ b/m4macros/gsettings.m4
@@ -7,7 +7,7 @@ AC_DEFUN([GLIB_GSETTINGS],
[
m4_pattern_allow([AM_V_GEN])
AC_ARG_ENABLE(schemas-compile,
- AC_HELP_STRING([--disable-schemas-compile],
+ AS_HELP_STRING([--disable-schemas-compile],
[Disable regeneration of gschemas.compiled on install]),
[case ${enableval} in
yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;;