Loading config/ac-macros/misc.m4 +2 −5 Original line number Diff line number Diff line Loading @@ -773,11 +773,8 @@ case $CXX_VERSION in ARFLAGS="-xar -o" ;; *) if test -z "$AR" then AC_CHECK_PROG([AR], [ar], [ar]) fi if test -z "$AR" if test -z "$AR" || test "$AR" = "false" then AC_MSG_ERROR([You need ar to build the library]) fi Loading Loading
config/ac-macros/misc.m4 +2 −5 Original line number Diff line number Diff line Loading @@ -773,11 +773,8 @@ case $CXX_VERSION in ARFLAGS="-xar -o" ;; *) if test -z "$AR" then AC_CHECK_PROG([AR], [ar], [ar]) fi if test -z "$AR" if test -z "$AR" || test "$AR" = "false" then AC_MSG_ERROR([You need ar to build the library]) fi Loading