about summary refs log tree commit diff
path: root/Src/Modules/tcp.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-07-12 03:09:12 +0000
committerClint Adams <clint@users.sourceforge.net>2007-07-12 03:09:12 +0000
commit01ba47bd4fc59c66b98301186cac7bc64c89404a (patch)
tree386b6e1a707d4949e66f6cbc3b04ccd40b2698a6 /Src/Modules/tcp.mdd
parenta5187bb6ac96cc43f68367c5dc9332854c250713 (diff)
downloadzsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.gz
zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.xz
zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.zip
revert that
Diffstat (limited to 'Src/Modules/tcp.mdd')
-rw-r--r--Src/Modules/tcp.mdd3
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/Modules/tcp.mdd b/Src/Modules/tcp.mdd
index d2bac21b5..69fd4d6bf 100644
--- a/Src/Modules/tcp.mdd
+++ b/Src/Modules/tcp.mdd
@@ -1,7 +1,6 @@
 name=zsh/net/tcp
-link=`if test x$ac_cv_func_getaddrinfo; then echo dynamic; else echo no; fi`
+link=dynamic
 load=no
-
 functions='Functions/TCP/*'
 
 objects="tcp.o"