Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


bloody valgrind! argh! :(

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -3 -r1.133 -r1.134
--- configure.in        3 Dec 2005 15:19:21 -0000       1.133
+++ configure.in        6 Dec 2005 00:48:33 -0000       1.134
@@ -1529,25 +1529,25 @@
 # Setting have_valgrind to "no" seems pointless, but we just need to
 # put something in as the 4th parameter, so configure doesn't abort
 # when valgrind.pc isn't found.
-have_valgrind="no"
-PKG_CHECK_MODULES(VALGRIND, valgrind >= 2.4.0, have_valgrind=yes, 
have_valgrind=no)
-AC_ARG_ENABLE(valgrind,
-  [  --enable-valgrind               enable valgrind fixes to stop false 
reports], [
-      if test x"$enableval" = x"yes" ; then
-        have_valgrind="yes"
-      else
-        have_valgrind="no"
-        VALGRIND_CFLAGS=""
-        VALGRIND_LIBS=""
-      fi
-  ], [
-    have_valgrind=$have_valgrind
-  ]
-)
-
-if test x$have_valgrind = "xyes"; then
-  AC_DEFINE(HAVE_VALGRIND, 1, [Valgrind support])
-fi
+#have_valgrind="no"
+#PKG_CHECK_MODULES(VALGRIND, valgrind >= 2.4.0, have_valgrind=yes, 
have_valgrind=no)
+#AC_ARG_ENABLE(valgrind,
+#  [  --enable-valgrind               enable valgrind fixes to stop false 
reports], [
+#      if test x"$enableval" = x"yes" ; then
+#        have_valgrind="yes"
+#      else
+#        have_valgrind="no"
+#        VALGRIND_CFLAGS=""
+#        VALGRIND_LIBS=""
+#      fi
+#  ], [
+#    have_valgrind=$have_valgrind
+#  ]
+#)
+
+#if test x$have_valgrind = "xyes"; then
+#  AC_DEFINE(HAVE_VALGRIND, 1, [Valgrind support])
+#fi
 
 #####################################################################
 ## Fill in flags




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to