diff -r 99ffbb4225f5 -r b7c1d614eb84 open-src/xserver/xorg/xtsol.patch --- a/open-src/xserver/xorg/xtsol.patch Wed Aug 01 07:32:19 2007 -0700 +++ b/open-src/xserver/xorg/xtsol.patch Wed Aug 08 15:58:14 2007 -0700 @@ -60,8 +60,8 @@ dnl Find the math libary AC_CHECK_LIB(m, sqrt) -+dnl Check for libtlc for Solaris Trusted Extensions module -+AC_CHECK_LIB(tlc, auditwrite, [BUILD_TSOL_MODULE=yes], [BUILD_TSOL_MODULE=no]) ++dnl Check for libtsol for Solaris Trusted Extensions module ++AC_CHECK_LIB(tsol, bsllow, [BUILD_TSOL_MODULE=yes], [BUILD_TSOL_MODULE=no]) +AM_CONDITIONAL(BUILD_TSOL_MODULE, [test x$BUILD_TSOL_MODULE = xyes]) + AC_CHECK_HEADERS([ndbm.h dbm.h rpcsvc/dbm.h])