X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=89072f0508e7bf18a9aac96f51f11292fd66b6f7;hb=86ae1d47f6cb0c9bc872d7ad80fc356c6d7bd2e3;hp=d84c56e6dd28771ee824132934130599dd4a4d2a;hpb=386010a4e86ca2ad9eb6e4688a486144f462eaa4;p=xonotic%2Fd0_blind_id.git diff --git a/configure.ac b/configure.ac index d84c56e..89072f0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,8 @@ 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 +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it +m4_ifdef([AM_PROG_AR], [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])