From eaf081a7cc1985b4a062b1f42a79e15dd741ec92 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Sun, 25 Apr 2004 15:05:22 +0000 Subject: Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses the appropriate overlay type automatically. Misc changes. CVS patchset: 6434 CVS date: 2004/04/25 15:05:22 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be56c04d3..6ae201efb 100644 --- a/configure.ac +++ b/configure.ac @@ -621,7 +621,6 @@ AC_CHECK_LIB(dga, XDgaGrabDrawable, [ AC_CHECK_HEADER(dga/dga.h, [ SUNDGA_CFLAGS="-I/usr/openwin/include" SUNDGA_LIBS="-ldga" - AC_DEFINE(HAVE_SUNDGA,1,[Define this you have Sun DGA]) ac_have_sundga=yes ], ) @@ -2239,8 +2238,8 @@ if test x"$no_x" != "xyes"; then echo " - OpenGL" fi if test x$ac_have_sunfb = "xyes"; then - echo " - PGX64 (for Sun PGX64/PGX24 cards)" if test x$ac_have_sundga = "xyes"; then + echo " - PGX64 (for Sun PGX64/PGX24 cards)" echo " - PGX32 (for Sun PGX32 cards)" fi fi -- cgit v1.2.3