From afbf6cd58fc11efd79adc95db67bf36f00b2a97f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 18 Mar 2013 14:10:15 +0100 Subject: [PATCH] we need AM_PROG_AR now --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 83a8258..bfafd7a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ AC_INIT([d0_blind_id],[0.5],[divVerent@xonotic.org]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall foreign]) AC_PROG_CC +AM_PROG_AR LT_INIT AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl], [Use OpenSSL instead of GMP (beware of the OpenSSL license)]), [with_openssl=$withval], [with_openssl=no]) -- 2.39.2