summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2011-10-27 01:14:00 +0000
committerPedro Giffuni <pfg@apache.org>2011-10-27 01:14:00 +0000
commit472995097c3ab0dc237c877ab92054dbf94e3f5e (patch)
treefd292d01a9bb5fd02a033d365a6d86b43941dcb3 /configure.in
parent9db381af9d267ab5be60a6cf695d09296f51ed3a (diff)
Fix AGG version when the build is enabled. Remove useless header file.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7ff455174b44..d8f2c4df1d4d 100644
--- a/configure.in
+++ b/configure.in
@@ -5105,6 +5105,7 @@ if test "$enable_agg" = "yes"; then
AC_MSG_RESULT([yes])
AC_SUBST(ENABLE_AGG)
ENABLE_AGG=YES
+ AGG_VERSION=2400
else
AC_MSG_RESULT([no])
ENABLE_AGG=NO
@@ -5142,7 +5143,6 @@ else
else
AC_MSG_RESULT([internal])
SYSTEM_AGG=NO
- AGG_VERSION=2400
BUILD_TYPE="$BUILD_TYPE AGG"
fi
AC_SUBST(SYSTEM_AGG)