Re: [AD] 4.0.1 release

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> (2) For some reason it is trying to build the Linux VGA driver.  I
> don't know why (I ran out of time when I was on Matthew's box).

The VGA module is the only one not to check an 'allegro_support_*' variable
in configure.in; below is an untested patch:

--- cvsroot/allegro/configure.in Tue Mar 12 21:16:02 2002
+++ allegro/configure.in Wed Mar 13 00:30:56 2002
@@ -382,6 +382,7 @@
     AC_CHECK_HEADERS(sys/io.h linux/joystick.h)

     if test "$allegro_enable_vga" = yes; then
+      allegro_support_vga=yes
       AC_DEFINE(ALLEGRO_LINUX_VGA)
     fi

@@ -434,7 +435,7 @@
 if test -n "$allegro_support_modules"; then

   dnl VGA/ModeX.
-  if test "X$allegro_enable_vga" = "Xyes"; then
+  if test "X$allegro_support_vga" = "Xyes"; then
     ALLEGRO_MODULE_TARGETS="$ALLEGRO_MODULE_TARGETS lib/unix/alleg-vga.so"
   fi


--
Eric Botcazou
ebotcazou@xxxxxxxxxx



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/