Set CSRG_BASED on OSX

(cherry picked from commit ff085deba1)
This commit is contained in:
Jeremy Huddleston 2008-05-06 16:07:33 -07:00
parent ff013b0da4
commit 90b963c0da

View File

@ -402,6 +402,9 @@ case $host_os in
*solaris*)
PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
;;
darwin*)
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
;;
esac
AM_CONDITIONAL(KDRIVE_HW, test "x$KDRIVE_HW" = xyes)