summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-05-08 23:14:21 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-05-08 23:14:21 +0300
commit313b6c7133542096e4b229066fb654b067883212 (patch)
tree6d2fc8a788421fc98baae3a74718172753a27a8b /configure.ac
parentcec183f138153df7c6573b01f3a44a5fe54dfc54 (diff)
downloadpygtk-313b6c7133542096e4b229066fb654b067883212.tar.gz
Apply libtool 2.2 compatibility patch
Closes bug #564023.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 91f0d068..be5ff1dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,8 @@ m4_define([_LT_AC_TAGCONFIG],[])
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+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.3.5)