summaryrefslogtreecommitdiff
path: root/libc/configure
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-06-21 15:37:38 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-06-21 15:37:38 +0000
commitb1115227b87a24137310c566f5f8a53cf182796e (patch)
tree820fae46cf56ad6bb657e43fb93a7a078a42dd7c /libc/configure
parent2f4cad8d89b656684e8829b2e164070515d4d34b (diff)
downloadeglibc2-b1115227b87a24137310c566f5f8a53cf182796e.tar.gz
Merge changes between r14127 and r14282 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@14283 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/configure')
-rwxr-xr-xlibc/configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/configure b/libc/configure
index 4a2649770..91f853b50 100755
--- a/libc/configure
+++ b/libc/configure
@@ -3896,10 +3896,22 @@ $as_echo "$as_me: error: cannot find include directory with nss-config" >&2;}
CFLAGS="$CFLAGS $nss_includes"
cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
typedef int PRBool;
#include <hasht.h>
#include <nsslowhash.h>
void f (void) { NSSLOW_Init (); }
+int
+main ()
+{
+
+ ;
+ return 0;
+}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"