Changelog for HylaFAX 4.2.2
+* fix build error with Mac OS X 10.4 (26 Jul 2005)
* fix sendfax crash with verbose output (25 Jul 2005)
* fix a race with scheduled jobs to allow for coordinated
batch sending (25 Jul 2005)
echo '#define HAS_RTPRIO 1'
}
CheckForDefine _POSIX_PRIORITY_SCHEDULING unistd.h sched.h && {
- Note "... configure use of POSIX realtime process control interface"
- echo '#define HAS_POSIXSCHED 1'
case $TARGET in
- *-*-sco3.2v5.*) echo '#define RT_PRIORITY 96';;
- *-linux*) echo '#define RT_PRIORITY 1';;
- *) echo '#define RT_PRIORITY 1';;
+ *darwin8*) Note "... ignoring POSIX realtime process control interface as invalid";;
+ *)
+ Note "... configure use of POSIX realtime process control interface"
+ echo '#define HAS_POSIXSCHED 1'
+ case $TARGET in
+ *-*-sco3.2v5.*) echo '#define RT_PRIORITY 96';;
+ *-linux*) echo '#define RT_PRIORITY 1';;
+ *) echo '#define RT_PRIORITY 1';;
+ esac
esac
}
CheckForTXCD && {