]> git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
Merge branch 'master' of ssh://push.git.xonotic.org/d0_blind_id
authorRudolf Polzer <divverent@xonotic.org>
Thu, 18 Jul 2013 16:16:54 +0000 (18:16 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 18 Jul 2013 16:16:54 +0000 (18:16 +0200)
configure.ac

index bf677c67402afa5278df382d9dd2392f0e9bf11d..4d1de5e6e55637789da6d1381208080a71fd895f 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])