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