summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-02-10 16:46:08 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2011-02-11 11:21:01 -0500
commit16140237aa45b4f188923da9f95b9d2af971011b (patch)
treedc7a7331ebc5ed139924d4ced286cea3622b5663 /autogen.sh
parentc2079f415638ef892b1e51f25eaafa3e1621667f (diff)
downloadpygobject-16140237aa45b4f188923da9f95b9d2af971011b.tar.gz
fix build to correctly use python-config
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 4711ef33..6c3aa861 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,6 +22,9 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
2.2*)
have_libtool=true
;;
+ 2.4*)
+ have_libtool=true
+ ;;
esac
fi
if $have_libtool ; then : ; else