diff options
| -rwxr-xr-x | autogen/configure | 2 |
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; | |||
| 10032 | int | 10032 | int |
| 10033 | main () | 10033 | main () |
| 10034 | { | 10034 | { |
| 10035 | return data_start == &ch; | 10035 | return data_start < &ch; |
| 10036 | ; | 10036 | ; |
| 10037 | return 0; | 10037 | return 0; |
| 10038 | } | 10038 | } |