Integrate from perlio:
[p5sagit/p5-mst-13.2.git] / hints / bsdos.sh
index d3b1b70..f16a56e 100644 (file)
@@ -98,7 +98,7 @@ case "$osvers" in
        case "$cc" in
        '')     cc='cc'                 # cc is gcc2 in 4.0
                cccdlflags="-fPIC"
-               ccdlflags=" " ;;
+               ;;
        esac
 
        case "$ld" in
@@ -120,7 +120,7 @@ $define|true|[yY]*)
        *)   cat <<EOM >&4
 I did not know that BSD/OS $osvers supports POSIX threads.
 
-Feel free to tell perlbug@perl.com otherwise.
+Feel free to tell perlbug@perl.org otherwise.
 EOM
            exit 1
            ;;