summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <stevech1097@yahoo.com.au>2010-05-20 11:20:19 +0800
committerSteve Chaplin <stevech1097@yahoo.com.au>2010-05-20 11:20:19 +0800
commitc3b5a533069cd96dcc7e4013b1d12e8307214c46 (patch)
tree597e807bc6a78e8e7734bf31c79ccf3eb8f6bafe
parent6ed8a95d6784d1f61406f588189dd76e89775bb8 (diff)
downloadpy2cairo-c3b5a533069cd96dcc7e4013b1d12e8307214c46.tar.gz
Fix for libtool 2.2 (#27974).
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 550ae3e..f988518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,8 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
# Checks for programs ---
AC_DISABLE_STATIC
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE - used by autogen.sh
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
AM_PATH_PYTHON(2.6)