diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2004-06-19 14:51:31 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2004-06-19 14:51:31 +0000 |
commit | 63af1d1a064fb92f28334917497c5561153cc005 (patch) | |
tree | 4235892b703c881dab3bed6b27ee1a1584c9b76e /configure.ac | |
parent | 826e1782e26a76975e505af49a3e305ff49e3749 (diff) | |
download | xine-lib-63af1d1a064fb92f28334917497c5561153cc005.tar.gz xine-lib-63af1d1a064fb92f28334917497c5561153cc005.tar.bz2 |
Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to configure script status output. Add --disable-shm-default to README.solaris.
CVS patchset: 6705
CVS date: 2004/06/19 14:51:31
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5ee64f76..adac266a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2303,7 +2303,7 @@ if test x"$no_x" != "xyes"; then fi if test x$ac_have_sunfb = "xyes"; then if test x$ac_have_sundga = "xyes"; then - echo " - PGX64 (for Sun PGX64/PGX24 cards)" + echo " - PGX64 (for Sun XVR100/PGX64/PGX24 cards)" echo " - PGX32 (for Sun PGX32 cards)" fi fi |