From: Carl Worth Date: Wed, 15 Aug 2007 17:16:11 +0000 (-0700) Subject: Fix typo AC_MAJOR -> PIXMAN_MAJOR X-Git-Tag: 1.0_branch~1442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7bec5898891f3077986c141b48e5ff77f1d5046;p=profile%2Fivi%2Fpixman.git Fix typo AC_MAJOR -> PIXMAN_MAJOR This typo was causing build failures for some. Thanks to David Sharp for pointing out the problem. --- 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)