mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
m4macros/gsettings.m4: Use AS_HELP_STRING instead the deprecated AC_HELP_STRING
This commit is contained in:
parent
d2d3449a8e
commit
014b4b5ae9
@ -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="" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user