[glib-networking] Allow libtool 2.4 too
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Allow libtool 2.4 too
- Date: Tue, 15 Feb 2011 22:47:38 +0000 (UTC)
commit 0803790edab05ee3a9cf421e0956a4cd9a6caf6a
Author: Dan Williams <dcbw redhat com>
Date: Tue Feb 15 16:48:32 2011 -0600
Allow libtool 2.4 too
autogen.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7ce419f..b019aa7 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]