pixman: Branch 'master'

Carl Worth cworth at kemper.freedesktop.org
Wed Aug 15 10:20:11 PDT 2007


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree c7bec5898891f3077986c141b48e5ff77f1d5046 (from d9b989c890724480d27aec471d5f5fbcc09c0a61)
Author: Carl Worth <cworth at cworth.org>
Date:   Wed Aug 15 10:16:11 2007 -0700

    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)
 


More information about the xorg-commit mailing list