diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-11-24 01:56:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-11-24 01:56:49 +0000 |
commit | 70a13864ce8538ed36774512839eea56b4b06778 (patch) | |
tree | 862c4de1255260e374e26b98667e44879386106a /ChangeLog | |
parent | ecfc1fc1e69736362548c711a8da9606ff786dd5 (diff) | |
download | zsh-70a13864ce8538ed36774512839eea56b4b06778.tar.gz zsh-70a13864ce8538ed36774512839eea56b4b06778.tar.xz zsh-70a13864ce8538ed36774512839eea56b4b06778.zip |
24118: only link against libnsl if we have NIS and need it for yp_all, or if we need it for getpwnam.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c1ff42e3..1f41a8fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-24 Clint Adams <clint@zsh.org> + + * 24118: configure.ac: only link against libnsl if we have NIS and + need it for yp_all, or if we need it for getpwnam. + 2007-11-23 Clint Adams <clint@zsh.org> * Markus Waldeck: 24117: Completion/Unix/Command/_uname: |