remove dga version 1 configure check

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Nov 22 05:42:20 CST 2004


        Huw Davies <huw at codeweavers.com>
        We don't use DGA version 1 so remove the configure check for it.
-- 
Huw Davies
huw at codeweavers.com
Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.326
diff -u -p -r1.326 configure.ac
--- configure.ac	21 Nov 2004 16:05:14 -0000	1.326
+++ configure.ac	22 Nov 2004 12:40:29 -0000
@@ -316,21 +316,10 @@ then
         if test "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
         then
               AC_CHECK_LIB(Xxf86dga, XDGAQueryExtension,
-                [ dnl *** If found...
-                  AC_DEFINE(HAVE_LIBXXF86DGA2, 1,
+                [ AC_DEFINE(HAVE_LIBXXF86DGA2, 1,
                             [Define if you have the Xxf86dga library version 2])
                   X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
-               ],
-                [ dnl *** If not found, look for XF86DGAQueryExtension()
-                  dnl *** instead (DGA 2.0 not found)...
-                  AC_CHECK_LIB(Xxf86dga, XF86DGAQueryExtension,
-                    [ AC_DEFINE(HAVE_LIBXXF86DGA, 1,
-                                [Define if you have the Xxf86dga library version 1])
-                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
-                    ],,
-                    $X_LIBS -lXext -lX11 $X_EXTRA_LIBS
-                  )
-                ],
+                ],,
                 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS)
         fi
 



More information about the wine-patches mailing list