Commit 72cda299 authored by unknown's avatar unknown
Browse files

- Use the same compile options for the upcoming darwin8 OS in

   configure.in (thanks to Al Begley from Apple for the hint)


configure.in:
   - Use the same compile options for the upcoming darwin8 OS
     (thanks to Al Begley from Apple for the hint)
parent 473eec23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ case $SYSTEM_TYPE in
      MAX_C_OPTIMIZE="-O"
    fi
    ;;
  *darwin7*)
  *darwin[7-8]*)
    if test "$ac_cv_prog_gcc" = "yes"
    then
      FLAGS="-DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"