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.
gentoo-overlay/net-misc/oidentd/files/oidentd-2.5.0-respect-ar.patch

13 lines
250 B

diff --git a/configure.ac b/configure.ac
index b458d11..b163128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_PROG_LEX
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PATH_PROG(sedpath, sed)
+AM_PROG_AR
AC_HEADER_STDC
AC_HEADER_SYS_WAIT