Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


oops --disable stuff wouldnt work! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- configure.in        28 Jan 2004 02:07:41 -0000      1.70
+++ configure.in        3 Feb 2004 06:04:39 -0000       1.71
@@ -193,6 +193,7 @@
             have_evas_directfb="yes"
           else
             AC_MSG_RESULT(no)
+            have_evas_directfb="no"
           fi
        ], [
           AC_MSG_RESULT($have_evas_directfb)
@@ -231,6 +232,7 @@
             have_evas_fb="yes"
           else
             AC_MSG_RESULT(no)
+            have_evas_fb="no"
           fi
        ], [
           AC_MSG_RESULT($have_evas_fb)
@@ -267,6 +269,7 @@
             have_evas_buffer="yes"
           else
             AC_MSG_RESULT(no)
+            have_evas_buffer="no"
           fi
        ], [
           AC_MSG_RESULT($have_evas_buffer)
@@ -303,6 +306,7 @@
             have_evas_qtopia="yes"
           else
             AC_MSG_RESULT(no)
+            have_evas_qtopia="no"
           fi
         ], [
           AC_MSG_RESULT($have_evas_qtopia)
@@ -356,6 +360,7 @@
             have_evas_gl_x11="yes"
           else
             AC_MSG_RESULT(no)
+            have_evas_gl_x11="no"
           fi
         ], [
           AC_MSG_RESULT($have_evas_gl_x11)
@@ -413,6 +418,7 @@
        have_png="yes"
       else
         AC_MSG_RESULT(no)
+       have_png="no"
       fi
   ], [
       AC_MSG_RESULT($have_png)
@@ -445,6 +451,7 @@
        have_jpeg="yes"
       else
         AC_MSG_RESULT(no)
+       have_jpeg="no"
       fi
   ], [
       AC_MSG_RESULT($have_jpeg)
@@ -477,6 +484,7 @@
        have_eet="yes"
       else
         AC_MSG_RESULT(no)
+       have_eet="no"
       fi
   ], [
       AC_MSG_RESULT($have_eet)
@@ -509,6 +517,7 @@
        have_edb="yes"
       else
         AC_MSG_RESULT(no)
+       have_edb="no"
       fi
   ], [
       AC_MSG_RESULT($have_edb)
@@ -541,6 +550,7 @@
        have_eet_fonts="yes"
       else
         AC_MSG_RESULT(no)
+       have_eet_fonts="no"
       fi
   ], [
       AC_MSG_RESULT($have_eet_fonts)
@@ -651,7 +661,7 @@
        build_cpu_altivec="yes"
      ],
      [
-       build_cpu_altivec="no"
+        build_cpu_altivec="no"
      ]
    )
 fi
@@ -741,24 +751,6 @@
       fi
   ]
 )
-#### disabled here - buggy and not THAT fast. maybe remove code entirely?
-#######################################
-## Trilenar Scaler
-# AC_MSG_CHECKING(whether to build tri-linear scaler)
-
-# AC_ARG_ENABLE(scale-trilinear, 
-#  [  --enable-scale-trilinear        enable tri-linear scaler code], [
-#      if [ test "$enableval" = "yes" ]; then
-#        AC_MSG_RESULT(yes)
-#        AC_DEFINE(BUILD_SCALE_TRILINEAR, 1, [Tri-linear Scaler Support])
-#      else
-#        AC_MSG_RESULT(no)
-#      fi
-#  ], [
-#      AC_MSG_RESULT(yes)
-#      AC_DEFINE(BUILD_SCALE_TRILINEAR, 1, [Tri-linear Scaler Support])
-#  ]
-#)
 
 #######################################
 ## YUV -> ARGB converter




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to