Description: Solve build failure on arm* kfreebsd* Bug-Debian: http://bugs.debian.org/683011 Author: Peter Green Reviewed-by: Thijs Kinkhorst Forwarded: not-needed --- a/configure.in +++ b/configure.in @@ -99,7 +99,7 @@ linux*) nss_ldap_so_LDFLAGS="-shared -Wl esac AM_CONDITIONAL(GCC, test "$GCC" = "yes") -AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu") +AM_CONDITIONAL(GLIBC, test "forcedpass" = "forcedpass") AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX) AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX)