]> www.ginac.de Git - cln.git/commitdiff
Beautify GMP test macro.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 6 Sep 2007 20:27:43 +0000 (20:27 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 6 Sep 2007 20:27:43 +0000 (20:27 +0000)
configure.ac

index bae9d184550a53515e99b93d4f59aa9d52e297c6..13a798f8eb16a738ea1277bcef6afae6ba3af0f5 100644 (file)
@@ -160,8 +160,10 @@ CL_MACHINE([floating-point types and behaviour],${srcdir}/autoconf/floatparam.c,
 dnl
 dnl           interfacing to GNU gmp (must be at least version 3)
 dnl
-AC_ARG_WITH(gmp, [  --with-gmp              use external fast low-level functions from GNU MP 3.
-                          [default=yes]], ,with_gmp="yes")
+AC_ARG_WITH(gmp, AS_HELP_STRING([--with-gmp], 
+  [use external fast low-level functions from GNU MP (default: yes).]),
+  with_gmp="$withval",
+  with_gmp="yes")
 if test "$with_gmp" = yes; then
   CL_GMP_H_VERSION
   if test "$cl_cv_new_gmp_h" = no; then with_gmp="no"; fi