diff options
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r-- | hints/svr4.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index cf6906dac7..8109b39752 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -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 |