[aclocal] Don't do automake conditionals for builtin features

This commit is contained in:
Behdad Esfahbod 2008-09-22 20:33:23 -04:00
parent 79bc967a0d
commit 42e4103015

View file

@ -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