summaryrefslogtreecommitdiff
path: root/hints/os2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-23 11:58:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-23 11:58:49 +0000
commit5cf1d1f16c1401220ecaa7b3127343c7c6c095d2 (patch)
tree54b9a35ecbdce7afc4cae82642d6de2a4a7e0d11 /hints/os2.sh
parentc1f7b11a6702e2397d89f7692c76fed567098176 (diff)
downloadperl-5cf1d1f16c1401220ecaa7b3127343c7c6c095d2.tar.gz
Introduce $Config{ldlibpthname} which contains
the name of the environment variable holding the dynamic library search path, often LD_LIBRARY_PATH. Use this new feature all over. Also removed remnants of admonition "add LD_LIBRARY_PATH before running make" because Makefile.SH does this for you. p4raw-id: //depot/cfgperl@3725
Diffstat (limited to 'hints/os2.sh')
-rw-r--r--hints/os2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/os2.sh b/hints/os2.sh
index e49ab7f124..6eef5e37dc 100644
--- a/hints/os2.sh
+++ b/hints/os2.sh
@@ -351,5 +351,9 @@ for xxx in * ; do
fi
done
+case "$ldlibpthname" in
+'') ldlibpthname=none ;;
+esac
+
# Now go back
cd ../..