diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-16 18:02:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-16 18:02:16 +0000 |
commit | 939ba9d0fcf7265d9c8920f8dcfda5263268b034 (patch) | |
tree | 7305249914abdc6c46661ea7c9b6733ee813220e /ld/configure | |
parent | 273f84299e5c9d87fae959920f2f3b728d553e75 (diff) | |
download | gdb-939ba9d0fcf7265d9c8920f8dcfda5263268b034.zip gdb-939ba9d0fcf7265d9c8920f8dcfda5263268b034.tar.gz gdb-939ba9d0fcf7265d9c8920f8dcfda5263268b034.tar.bz2 |
Add support to skip import libraries for performance reasons and instead
use the direct auto-import of dll's
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index 2b3f531..baeaf28 100755 --- a/ld/configure +++ b/ld/configure @@ -4551,7 +4551,7 @@ else fi done -for ac_func in sbrk +for ac_func in sbrk realpath do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4558: checking for $ac_func" >&5 |