summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-22 20:33:23 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-22 20:33:23 -0400
commit42e4103015981b874035fac4f5e70018568db0d9 (patch)
treee32c6b847b685e03938c2003e49dcd5555cfb724 /build
parent79bc967a0dd1319035f0b915759eb86a49007f8d (diff)
[aclocal] Don't do automake conditionals for builtin features
Diffstat (limited to 'build')
-rw-r--r--build/aclocal.makefile.m44
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