This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AIX long long probing requires LL suffix for
[perl5.git] / hints / svr4.sh
index cf6906d..8109b39 100644 (file)
@@ -142,12 +142,3 @@ d_lstat=define
 
 d_suidsafe='define'    # "./Configure -d" can't figure this out easilly
 
-cat <<'EOM' >&4
-
-If you wish to use dynamic linking, you must use 
-       LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH
-or
-       setenv LD_LIBRARY_PATH `pwd`
-before running make.
-
-EOM