Fix typo AC_MAJOR -> PIXMAN_MAJOR
authorCarl Worth <cworth@cworth.org>
Wed, 15 Aug 2007 17:16:11 +0000 (10:16 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 15 Aug 2007 17:16:11 +0000 (10:16 -0700)
This typo was causing build failures for some. Thanks to David Sharp for
pointing out the problem.

configure.ac

index 2a0eb63..2901226 100644 (file)
@@ -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)