]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add libtool major version detection to configure in prep for supporting both libtool...
authorMichael Jerris <mike@jerris.com>
Mon, 6 Apr 2009 21:28:00 +0000 (21:28 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 6 Apr 2009 21:28:00 +0000 (21:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12927 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index d9857d7dd1a5b4b0391eeefbaca7deaa093cc91d..a90370e95bd2594e712ea9190fc3e9ae8c654be5 100644 (file)
@@ -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