blob: e4fea442af22109c4fa120e758c9e72c88498e76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/780450
--- a/configure.in
+++ b/configure.in
@@ -28,6 +28,7 @@ if test "x${CXXFLAGS-notset}" = "xnotset" ; then
fi
AC_PROG_CXX
+AM_PROG_AR
dnl Check for ranlib
AC_PROG_RANLIB
|