michael@428: Index: configure michael@428: --- configure.orig 2009-07-12 09:19:15 +0200 michael@428: +++ configure 2010-01-07 18:10:28 +0100 michael@428: @@ -2821,7 +2821,7 @@ michael@428: # Check whether --enable-expert-mode was given. michael@428: if test "${enable_expert_mode+set}" = set; then michael@428: enableval=$enable_expert_mode; michael@428: - ac_enable_expert_mode=yes michael@428: + ac_enable_expert_mode=$enableval michael@13: michael@428: else michael@13: michael@428: @@ -4502,13 +4502,7 @@ michael@428: if $ac_preproc_ok; then michael@428: : michael@428: else michael@428: - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 michael@428: -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} michael@428: -{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check michael@428: -See \`config.log' for more details." >&5 michael@428: -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check michael@428: -See \`config.log' for more details." >&2;} michael@428: - { (exit 1); exit 1; }; }; } michael@428: + : michael@428: fi michael@13: michael@428: ac_ext=c michael@428: @@ -6170,13 +6164,7 @@ michael@428: if $ac_preproc_ok; then michael@428: : michael@428: else michael@428: - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 michael@428: -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} michael@428: -{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check michael@428: -See \`config.log' for more details." >&5 michael@428: -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check michael@428: -See \`config.log' for more details." >&2;} michael@428: - { (exit 1); exit 1; }; }; } michael@428: + : michael@428: fi michael@13: michael@428: ac_ext=c michael@428: @@ -6901,13 +6889,7 @@ michael@428: if $ac_preproc_ok; then michael@428: : michael@428: else michael@428: - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 michael@428: -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} michael@428: -{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check michael@428: -See \`config.log' for more details." >&5 michael@428: -$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check michael@428: -See \`config.log' for more details." >&2;} michael@428: - { (exit 1); exit 1; }; }; } michael@428: + : michael@428: fi michael@13: michael@428: ac_ext=c michael@13: Index: gnu.h.in michael@428: --- gnu.h.in.orig 2009-06-18 21:56:25 +0200 michael@428: +++ gnu.h.in 2010-01-07 18:10:08 +0100 michael@428: @@ -59,15 +59,6 @@ michael@13: @TYPEDEF_UINT32_T@ michael@13: @TYPEDEF_UINT64_T@ michael@13: michael@13: -#if defined(__GNUC__) michael@13: -# if !defined(__GNUC_PREREQ__) michael@13: -# define __GNUC_PREREQ__(maj, min) (__GNUC__ > (maj) || __GNUC__ == (maj) && __GNUC_MINOR__ >= (min)) michael@13: -# endif michael@13: -#else michael@13: -# define __GNUC__ 0 michael@13: -# define __GNUC_PREREQ__(maj, min) 0 michael@13: -#endif michael@13: - michael@13: /* WARNING: overriding this value is dangerous; some assembler routines michael@13: * make assumptions about the size set by the configure script michael@13: */