From 7febdda742aeff5e5336b3f0c2017ba65bbe9623 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 18 Nov 2013 19:07:11 +0000 Subject: [PATCH] Restore compatibility with older autoconfs. The one in Ubuntu 10.04 doesn't know what AM_PROG_AR means, so configure.ac was broken in r10053 when fixing compatibility with later versions; you can't win... git-svn-id: http://svn.tartarus.org/sgt/putty@10086 cda61777-01e9-0310-a592-d414129be87e --- unix/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/configure.ac b/unix/configure.ac index 108ec86c..29fbde6d 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_INSTALL AC_PROG_RANLIB -AM_PROG_AR +ifdef([AM_PROG_AR],[AM_PROG_AR]) AM_PROG_CC_C_O # Mild abuse of the '--enable' option format to allow manual -- 2.45.2