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; int main () { -return data_start == &ch; +return data_start < &ch; ; return 0; } |
