This one might be good instead or in addition: Either way, Reviewed-by: Jeremy Huddleston <[email protected]>
diff --git a/configure.ac b/configure.ac index 46421fd..22e42c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1244,7 +1244,7 @@ AC_DEFINE(XSYNC, 1, [Support XSync extension]) AC_DEFINE(XCMISC, 1, [Support XCMisc extension]) AC_DEFINE(BIGREQS, 1, [Support BigRequests extension]) -if test "x$WDTRACE" != "xno" && test "x$XQUARTZ" = "xno"; then +if test "x$WDTRACE" != "xno" && test "x$XQUARTZ" != "xyes"; then DIX_LIB='$(top_builddir)/dix/dix.O' OS_LIB='$(top_builddir)/os/os.O' else On Oct 2, 2009, at 20:51, Alan Coopersmith wrote:
Fixes build with dtrace probes on Solaris after efacd7bfd08ffc0725de6f639c6afbf3b2f6c9feSigned-off-by: Alan Coopersmith <[email protected]> --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 46421fd..ba52329 100644 --- a/configure.ac +++ b/configure.ac @@ -701,6 +701,7 @@ case $host_os in XF86VIDMODE=no fi ;; + *) XQUARTZ=no ;; esacdnl ----------------------------------------------------------------------------- 1.5.6.5 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
