From: Michael Jerris Date: Mon, 6 Apr 2009 21:28:00 +0000 (+0000) Subject: add libtool major version detection to configure in prep for supporting both libtool... X-Git-Tag: v1.0.4~1259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39c47d896e1fb2226e0ddaa79c326ff9896f20e;p=thirdparty%2Ffreeswitch.git add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12927 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index d9857d7dd1..a90370e95b 100644 --- a/configure.in +++ b/configure.in @@ -129,7 +129,7 @@ esac LIBTOOL_LIB_EXTEN="$DYNAMIC_LIB_EXTEN" -if test "$LIBTOOL_MAJOR_VERSION" -eq "2"; then +if test "$LIBTOOL_MAJOR_VERSION" = "2"; then LIBTOOL_LIB_EXTEN="la" fi