aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index 8f5ee260426..b8ced336979 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -10032,7 +10032,7 @@ extern char data_start[]; char ch;
10032int 10032int
10033main () 10033main ()
10034{ 10034{
10035return data_start == &ch; 10035return data_start < &ch;
10036 ; 10036 ;
10037 return 0; 10037 return 0;
10038} 10038}