diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-23 19:23:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-23 19:23:25 +0000 |
commit | 2d499f55d78a0265310f5ec931b45172ba39bdb4 (patch) | |
tree | 198e63617b7514f68db0e8f2ac34b9cedaca916d /config.make.in | |
parent | eec8ef5a73e9a23aa8baedf6b5efc0dc8c077950 (diff) |
Update.
* configure.in: Add test for .protected.
* config.make.in: Add have-protected variable.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 8f4a217863..fe4455b6c1 100644 --- a/config.make.in +++ b/config.make.in @@ -35,6 +35,7 @@ defines = @DEFINES@ sysincludes = @SYSINCLUDES@ elf = @elf@ +have-protected = @libc_cv_asm_protected_directive@ have-initfini = @libc_cv_have_initfini@ need-nopic-initfini = @nopic_initfini@ with-cvs = @with_cvs@ |