]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
we need AM_PROG_AR now xonotic-v0.7.0
authorRudolf Polzer <divverent@xonotic.org>
Mon, 18 Mar 2013 13:10:15 +0000 (14:10 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 18 Mar 2013 13:10:15 +0000 (14:10 +0100)
configure.ac

index 83a8258b3c23e0ff03e148c08e98bdf898d9d824..bfafd7a4a7f4638fe3ddc38b560c0cdcb801e1bb 100644 (file)
@@ -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])