Re: ANNOUNCE: perl5.004_60 Configure patch is available
[p5sagit/p5-mst-13.2.git] / hints / freebsd.sh
index e20d40d..5e89d56 100644 (file)
@@ -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