1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/archivers/dpkg/files/patch-configure.in
2003-04-04 12:21:46 +00:00

12 lines
274 B
Plaintext

--- configure.in.orig Fri Apr 4 17:55:33 2003
+++ configure.in Fri Apr 4 17:55:41 2003
@@ -158,7 +158,7 @@
} inline int foo (int x) {], AC_DEFINE(HAVE_INLINE))
AC_MSG_CHECKING([for __va_copy])
-AC_TRY_COMPILE([
+AC_TRY_LINK([
#include <stdarg.h>
],[
va_list v1,v2;