]> git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - configure.ac
more rijndael support stuff
[xonotic/d0_blind_id.git] / configure.ac
index 6fe89936baa9821d79c80ff9e6d19206b5bd5524..70fecc0c9d7cf32b36b6fa9b750ec20e8dbfe3b4 100644 (file)
@@ -6,6 +6,9 @@ AC_PROG_LIBTOOL
 
 AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 
+AC_ARG_ENABLE(rijndael, AS_HELP_STRING([--disable-rijndael], [Disable build of the d0_rijndael library]), [enable_aes=$enableval], [enable_aes=yes])
+AM_CONDITIONAL(ENABLE_RIJNDAEL, [test x$enable_aes = xtrue])
+
 dnl AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile d0_blind_id.pc])
 AC_OUTPUT