From db8e225533234c7f726cc0280ceedc4cbd306769 Mon Sep 17 00:00:00 2001 From: Viktor Gal Date: Fri, 10 May 2013 21:41:37 +0200 Subject: [PATCH] Add SFMT_MEXP and DSFMT_MEXP macros to config.h --- src/configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/configure b/src/configure index 4421927d8ae..358baeded2a 100755 --- a/src/configure +++ b/src/configure @@ -5072,6 +5072,8 @@ EOF if cc_check $_cflags -I. -DSFMT_MEXP=$MEXP >/dev/null 2>&1 then echores $MEXP + SFMT_MEXP="#define SFMT_MEXP $MEXP" + DSFMT_MEXP="#define DSFMT_MEXP $MEXP" DEFINES="$DEFINES -DSFMT_MEXP=$MEXP -DDSFMT_MEXP=$MEXP" else die "provided $MEXP is not valid!" @@ -5452,6 +5454,8 @@ $USE_LZMA $TRACE_MEMORY_ALLOCS $USE_REFERENCE_COUNTING $USE_SWIG_DIRECTORS +$SFMT_MEXP +$DSFMT_MEXP #define OCTAVE_APIVERSION $OCTAVE_APIVERSION #define $OS 1 #define CONFIGURE_OPTIONS "$CONFIGURE_OPTIONS"