ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/configure.in
(Generate patch)

Comparing BasiliskII/src/MacOSX/configure.in (file contents):
Revision 1.6 by nigel, 2002-10-29T14:26:26Z vs.
Revision 1.7 by nigel, 2002-10-31T08:52:59Z

# Line 76 | Line 76 | AC_PROG_CXX
76   AC_PROG_MAKE_SET
77   AC_PROG_INSTALL
78  
79 + dnl MacOSX (and later?) have a particular header for defining the OS version
80 + AC_CHECK_HEADER(AvailabilityMacros.h)
81 + if [[ "x$ac_cv_header_AvailabilityMacros_h" = "xyes" ]]; then
82 +  DEFINES="$DEFINES -DAVAILABILITYMACROS"
83 + fi
84 +
85   dnl We use mon if possible.
86   MONSRCS=
87   if [[ "x$WANT_MON" = "xyes" ]]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines