summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-02-24 11:02:43 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 14:58:00 +0000
commitdfe9444ca7881e716e9e8feaf20b55da491363ca (patch)
tree858ae366f65093b5a6cbd3e4e257b587547759ab /hints/freebsd.sh
parenteefabb09a1a549c1747d7c554d375ecb16cafff1 (diff)
downloadperl-dfe9444ca7881e716e9e8feaf20b55da491363ca.tar.gz
Re: ANNOUNCE: perl5.004_60 Configure patch is available
p4raw-id: //depot/perl@575
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r--hints/freebsd.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index e20d40d249..5e89d56039 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -94,10 +94,6 @@ case "$osvers" in
;;
esac
-# Avoid telldir prototype conflict in pp_sys.c (FreeBSD uses const DIR *)
-# Configure should test for this. Volunteers?
-pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
-
cat <<'EOM' >&4
Some users have reported that Configure halts when testing for
@@ -120,5 +116,4 @@ EOM
exit 1
fi
libswanted="$libswanted c_r"
- ccflags="-DUSE_THREADS $ccflags"
fi