]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - configure.ac
we need AM_PROG_AR now
[xonotic/d0_blind_id.git] / 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])