summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-23 13:47:20 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-23 13:47:20 +0000
commitb3a86ae1a749caf2d885a8faba45b9977762ca9e (patch)
tree9668d194caec22f47158528e1045faba9a59b6d9 /configure
parent3911660e429d321e967b3f6332e75d5c7076264e (diff)
downloadglibc-b3a86ae1a749caf2d885a8faba45b9977762ca9e.tar.gz
glibc-b3a86ae1a749caf2d885a8faba45b9977762ca9e.tar.xz
glibc-b3a86ae1a749caf2d885a8faba45b9977762ca9e.zip
Update.
1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>

	* manual/nss.texi: The database is not called network but networks.
	Reported by Herbert Xu <herbert@gondor.apana.org.au>.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0ad1a0c5eb..a689644a65 100755
--- a/configure
+++ b/configure
@@ -1699,7 +1699,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.
 " 1>&2
 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
@@ -1711,7 +1711,7 @@ echo $ac_n "checking LD_LIBRARY_PATH variable""... $ac_c" 1>&6
 echo "configure:1712: checking LD_LIBRARY_PATH variable" >&5
 case ${LD_LIBRARY_PATH} in
   [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
-    ld_library_path_setting="contains current path"
+    ld_library_path_setting="contains current directory"
     ;;
   *)
     ld_library_path_setting="ok"