Add nss-crypt entry. Rename pic_default to libc_cv_pic_default.
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Apr 2009 16:59:01 +0000 (16:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Apr 2009 16:59:01 +0000 (16:59 +0000)
config.make.in

index 6da6362..73faa77 100644 (file)
@@ -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@