summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-08-10 12:47:11 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-08-10 12:47:11 -0400
commitdc8da1ca06971677e203718db1429f82fe3f05bd (patch)
treee8e99a2e8f76002c9a11d3f24fd6255a0b44e896 /configure.in
parent6d0e3260444a2d5b6fb0cb223ac79f1c0e7b3a6e (diff)
Save configure cache after checking all backends
This makes sure that backend enabling results are cached even if a later test in configure fails.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5cb0c67a1..014683a8e 100644
--- a/configure.in
+++ b/configure.in
@@ -537,6 +537,10 @@ CAIRO_BACKEND_ENABLE(atsui, ATSUI font, atsui, ATSUI_FONT, no, [
])
dnl ===========================================================================
+dnl dump backend checking results
+AC_CACHE_SAVE
+
+dnl ===========================================================================
dnl Checks for precise integer types
AC_CHECK_HEADERS([stdint.h inttypes.h sys/int_types.h])
AC_CHECK_TYPES([uint64_t, uint128_t])