You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
206 B

--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ fi
#
AC_PROG_CC
AC_PROG_CXX
+AM_PROG_AR
if (test "$GXX" = yes) then
AC_MSG_CHECKING([g++ compiler version])
GXX_VERSION=`$CXX -dumpversion`