From c7bec5898891f3077986c141b48e5ff77f1d5046 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 15 Aug 2007 10:16:11 -0700 Subject: [PATCH] Fix typo AC_MAJOR -> PIXMAN_MAJOR This typo was causing build failures for some. Thanks to David Sharp for pointing out the problem. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a0eb63..2901226 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ m4_define([lt_age], [pixman_minor]) LT_VERSION_INFO="lt_current:lt_revision:lt_age" PIXMAN_MAJOR=pixman_major -AC_SUBST(AC_MAJOR) +AC_SUBST(PIXMAN_MAJOR) AC_SUBST(LT_VERSION_INFO) -- 2.7.4