Correct CODE block declaration
[p5sagit/p5-mst-13.2.git] / hints / freebsd.sh
index 756ad78..1e92053 100644 (file)
@@ -49,12 +49,10 @@ case "$osvers" in
 #
 2.0.5*|2.0-built*|2.1*)
        usevfork='true'
-       d_dosuid='define'
        ;;
 #
 # Guesses at what will be needed after 2.1
 *)     usevfork='true'
-       d_dosuid='define'
        ;;
 esac
 
@@ -70,3 +68,14 @@ 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'
+
+Some users have reported that Configure halts when testing for
+the O_NONBLOCK symbol with a syntax error.  This is apparently a
+sh error.  Rerunning Configure with ksh apparently fixes the
+problem.  Try
+       ksh Configure [your options]
+
+EOM
+