From e5ede760be6b673aa6452d86de903366a92d5c52 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sun, 11 Feb 2007 12:14:10 +0000 Subject: [PATCH] Remove flag that offends some versions of MSVC --- msvc/gmp/build.vc8/config-vc8.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/gmp/build.vc8/config-vc8.gc b/msvc/gmp/build.vc8/config-vc8.gc index bc61473d7..f6e8f5b5a 100755 --- a/msvc/gmp/build.vc8/config-vc8.gc +++ b/msvc/gmp/build.vc8/config-vc8.gc @@ -297,7 +297,7 @@ MA 02111-1307, USA. */ #define HAVE_LONG_DOUBLE 1 /* Define if the system has the type `long long'. */ -#define HAVE_LONG_LONG 1 +#define HAVE_LONG_LONG 0 /* Define if you have the `lrand48' function. */ #undef HAVE_LRAND48