diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 76c58881c9..0b248a4726 100755 --- a/configure +++ b/configure @@ -1483,7 +1483,7 @@ else ${libc_cv_asm_global_directive} foo foo: .long 0 .weakext foo -.weakext bar, foo +.weakext foo, bar EOF if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then libc_cv_asm_weakext_directive=yes |