From b3a86ae1a749caf2d885a8faba45b9977762ca9e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Mar 1998 13:47:20 +0000 Subject: Update. 1998-03-23 13:45 Ulrich Drepper * manual/nss.texi: The database is not called network but networks. Reported by Herbert Xu . --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1fc18f74a7..1b85727856 100644 --- a/configure.in +++ b/configure.in @@ -485,7 +485,7 @@ if test "$cc_is_recent" != "ok"; then *** You need at least egcs 1.0.2 or GNU CC 2.8.1 to compile glibc. ]) fi -+ + # Test if LD_LIBRARY_PATH contains the notation for the current directory # since this would lead to problems installing/building glibc. # LD_LIBRARY_PATH contains the current directory if one of the following @@ -497,7 +497,7 @@ AC_MSG_CHECKING(LD_LIBRARY_PATH variable) changequote(,)dnl case ${LD_LIBRARY_PATH} in [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* ) - ld_library_path_setting="contains current path" + ld_library_path_setting="contains current directory" ;; *) ld_library_path_setting="ok" -- cgit v1.2.3