]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorKurt Zeilenga <kurt@openldap.org>
Fri, 10 Feb 2006 15:13:23 +0000 (15:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 10 Feb 2006 15:13:23 +0000 (15:13 +0000)
configure
configure.in
include/portable.hin

index 38866249eed75bd71dc9ff4f2cac1e88469720dc..4afa84705bf4a27bfd691f4693c28a635e426160 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.625 2006/02/06 03:51:55 hyc Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.626 2006/02/10 07:21:09 kurt Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -42614,7 +42614,7 @@ fi
        if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp = yes ; then
 
 cat >>confdefs.h <<\_ACEOF
-#define USE_MP_LONG_LONG 1
+#define USE_MP_GMP 1
 _ACEOF
 
                ol_with_mp=gmp
index 194cd673fdb9d8d291390072b1fa5b8e98e3c428..ec829d5548f63ae220c23ce2ae46bad6120b5a3c 100644 (file)
@@ -2456,7 +2456,7 @@ if test $ol_with_mp = gmp || test $ol_with_mp = auto ; then
        AC_CHECK_HEADERS(gmp.h)
        AC_CHECK_LIB(gmp, __gmpz_add_ui)
        if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp = yes ; then
-               AC_DEFINE(USE_MP_LONG_LONG,1,[define to use GMP for MP])
+               AC_DEFINE(USE_MP_GMP,1,[define to use GMP for MP])
                ol_with_mp=gmp
        elif test $ol_with_mp = gmp ; then
                AC_MSG_ERROR([gmp not available])
index abbf3f793b0cd329d8ce884bd91dd73f788213e7..91af3f790f4ca90fb6da738166f277471d6c8c11 100644 (file)
 /* define to use OpenSSL BIGNUM for MP */
 #undef USE_MP_BIGNUM
 
+/* define to use GMP for MP */
+#undef USE_MP_GMP
+
 /* define to use 'long' for MP */
 #undef USE_MP_LONG
 
-/* define to use GMP for MP */
+/* define to use 'long long' for MP */
 #undef USE_MP_LONG_LONG
 
 /* Define to 1 if your processor stores words with the most significant byte