diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-22 20:33:23 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-22 20:33:23 -0400 |
commit | 42e4103015981b874035fac4f5e70018568db0d9 (patch) | |
tree | e32c6b847b685e03938c2003e49dcd5555cfb724 /build | |
parent | 79bc967a0dd1319035f0b915759eb86a49007f8d (diff) |
[aclocal] Don't do automake conditionals for builtin features
Diffstat (limited to 'build')
-rw-r--r-- | build/aclocal.makefile.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/aclocal.makefile.m4 b/build/aclocal.makefile.m4 index 584776ca..3a193694 100644 --- a/build/aclocal.makefile.m4 +++ b/build/aclocal.makefile.m4 @@ -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 |