Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
fix double output for xpm

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -3 -r1.176 -r1.177
--- configure.in        9 Sep 2006 08:10:22 -0000       1.176
+++ configure.in        11 Sep 2006 03:39:10 -0000      1.177
@@ -885,19 +885,13 @@
 AC_ARG_ENABLE(image-loader-xpm, 
   [  --enable-image-loader-xpm       enable XPM image loader], [
       if test x"$enableval" = x"yes" ; then
-        AC_MSG_RESULT(yes)
-       have_xpm="yes"
+          have_xpm="yes"
       else
-        AC_MSG_RESULT(no)
-       have_xpm="no"
+          have_xpm="no"
       fi
-  ], [
-      AC_MSG_RESULT($have_xpm)
   ]
 )
-if test "x$have_xpm" = "xyes"; then
-  AC_MSG_RESULT($have_xpm)
-fi
+AC_MSG_RESULT($have_xpm)
 
 xpm_cflags=""
 xpm_libs=""



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to