[Freeswitch-svn] [commit] r12927 - freeswitch/trunk
FreeSWITCH SVN
mikej at freeswitch.org
Mon Apr 6 14:28:00 PDT 2009
Author: mikej
Date: Mon Apr 6 16:28:00 2009
New Revision: 12927
Log:
add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
Modified:
freeswitch/trunk/configure.in
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Mon Apr 6 16:28:00 2009
@@ -129,7 +129,7 @@
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
More information about the Freeswitch-svn
mailing list