From 33d5313cbb338abcab53ad7cadcefdaad526d9ac Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 5 Sep 2009 14:53:04 +0200 Subject: [PATCH] configure.ac: use AX_SUBMODULE for gmp for consistency --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c97990d..e0ffbc4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,9 +9,7 @@ AC_PROG_LIBTOOL AX_CREATE_STDINT_H(include/isl_stdint.h) -AC_ARG_WITH(gmp_prefix, - [AS_HELP_STRING([--with-gmp-prefix=DIR], - [Location of GMP installation])]) +AX_SUBMODULE(gmp,system,system) AC_SUBST(GMP_CPPFLAGS) AC_SUBST(GMP_LDFLAGS) -- 2.7.4