diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-02 16:59:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-02 16:59:01 +0000 |
commit | 900d7961d48f704b8396841efb916435faf9c374 (patch) | |
tree | 4466f03074dba3094504486c373767d048b93e60 | |
parent | 5ee3019c00ed0905359dcdd96117355a1622e366 (diff) | |
download | glibc-900d7961d48f704b8396841efb916435faf9c374.tar.gz glibc-900d7961d48f704b8396841efb916435faf9c374.tar.xz glibc-900d7961d48f704b8396841efb916435faf9c374.zip |
Add nss-crypt entry. Rename pic_default to libc_cv_pic_default.
-rw-r--r-- | config.make.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index 6da6362f24..73faa77b6f 100644 --- a/config.make.in +++ b/config.make.in @@ -81,10 +81,12 @@ sizeof-long-double = @sizeof_long_double@ experimental-malloc = @experimental_malloc@ +nss-crypt = @libc_cv_nss_crypt@ + # Configuration options. build-static = @static@ build-shared = @shared@ -build-pic-default= @pic_default@ +build-pic-default= @libc_cv_pic_default@ build-profile = @profile@ build-omitfp = @omitfp@ build-bounded = @bounded@ |