]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - configure.ac
add a longer hash function (no protocol change, but now longer session keys can be...
[xonotic/d0_blind_id.git] / configure.ac
index ca9fa9fc2a572a696e6d7372cb68876496fb7b77..6fe89936baa9821d79c80ff9e6d19206b5bd5524 100644 (file)
@@ -4,7 +4,6 @@ AM_INIT_AUTOMAKE([-Wall foreign])
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
-AC_SEARCH_LIBS(clock_gettime, rt, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 
 dnl AC_CONFIG_HEADERS([config.h])