mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 15:48:20 +02:00
[aclocal] Don't do automake conditionals for builtin features
This commit is contained in:
parent
79bc967a0d
commit
42e4103015
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ AC_DEFUN([CAIRO_INIT_MAKEFILES],
|
|||
dnl Allow feature tags in the output
|
||||
m4_pattern_allow(^CAIRO_HAS_)dnl
|
||||
|
||||
dnl Automake conditionals for all features
|
||||
CAIRO_FEATURE_HOOK_REGISTER(*,*,*,
|
||||
dnl Automake conditionals for non-builtin features
|
||||
CAIRO_FEATURE_HOOK_REGISTER(*,!always,*,
|
||||
[dnl
|
||||
AM_CONDITIONAL(cr_feature_tag, [test "x$use_]cr_feature[" = xyes])dnl
|
||||
])dnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue