summaryrefslogtreecommitdiff
path: root/libc/configure.in
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.in
parent2f4cad8d89b656684e8829b2e164070515d4d34b (diff)
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.in')
-rw-r--r--libc/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/configure.in b/libc/configure.in
index 1c2f9f91a..2bb2251da 100644
--- a/libc/configure.in
+++ b/libc/configure.in
@@ -298,10 +298,10 @@ if test x$nss_crypt = xyes; then
fi
old_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $nss_includes"
- AC_COMPILE_IFELSE([typedef int PRBool;
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([typedef int PRBool;
#include <hasht.h>
#include <nsslowhash.h>
-void f (void) { NSSLOW_Init (); }],
+void f (void) { NSSLOW_Init (); }])],
libc_cv_nss_crypt=yes,
AC_MSG_ERROR([
cannot find NSS headers with lowlevel hash function interfaces]))