configure.ac: use AX_SUBMODULE for gmp for consistency
authorSven Verdoolaege <skimo@purples.(none)>
Sat, 5 Sep 2009 12:53:04 +0000 (14:53 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 15:53:52 +0000 (17:53 +0200)
configure.ac

index c97990d..e0ffbc4 100644 (file)
@@ -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)