Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


cleaner disabling of valgrind

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- configure.in        30 Mar 2005 07:59:58 -0000      1.97
+++ configure.in        31 Mar 2005 04:29:17 -0000      1.98
@@ -1459,8 +1459,12 @@
       else
         AC_MSG_RESULT(no)
        have_valgrind="no"
+        VALGRIND_CFLAGS=""
+        VALGRIND_LIBS=""
       fi
-  ], [ have_valgrind=$have_valgrind ]
+  ], [
+    have_valgrind=$have_valgrind
+  ]
 )
 
 if test x$have_valgrind = "xyes"; then




-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to