X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=a33ec32b5a04102894db570062649c65bec41efc;hb=637e79ff229838f7f2dc087fe5025e2e3cdda673;hp=6f07d0772477ad89209d423b7070a785ff2ad249;hpb=168e69c3281912031727d2fb83604c5db9cd94b0;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 6f07d07..a33ec32 100644 --- a/configure.in +++ b/configure.in @@ -721,6 +721,9 @@ AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp, AC_SUBST(HaveLibGmp) AC_SUBST(LibGmp) +dnl ** check whether this machine has GNU regex in libc. +FPTOOLS_REGEX_IN_LIBC + dnl ** check whether this machine has BFD and liberty installed (used for debugging) dnl the order of these tests matters: bfd needs liberty AC_CHECK_LIB(iberty, xmalloc)