summaryrefslogtreecommitdiff
path: root/src/link.sh
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-21 22:05:20 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-21 22:05:20 +0200
commite06c188bbf2ff5732cd9eecbf243d37efcf7be2a (patch)
tree3ea61644737a87187261505979f8f293662e69bb /src/link.sh
parentcdda8fe1c6ff147b3c1f4408884ab4905aeb4e06 (diff)
downloadvim-git-e06c188bbf2ff5732cd9eecbf243d37efcf7be2a.tar.gz
Make it possible to load Perl dynamically on Unix. (James Vega)
Diffstat (limited to 'src/link.sh')
-rwxr-xr-xsrc/link.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.sh b/src/link.sh
index 6e161684c..3d90f3cac 100755
--- a/src/link.sh
+++ b/src/link.sh
@@ -41,7 +41,7 @@ else
if sh link.cmd; then
touch auto/link.sed
cp link.cmd linkit.sh
- for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w dl pthread thread readline m perl crypt attr; do
+ for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w perl dl pthread thread readline m crypt attr; do
cont=yes
while test -n "$cont"; do
if grep "l$libname " linkit.sh >/dev/null; then