Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:


disable valgrind

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -3 -r1.104 -r1.105
--- configure.in        1 Dec 2005 04:07:26 -0000       1.104
+++ configure.in        6 Dec 2005 00:50:26 -0000       1.105
@@ -39,27 +39,27 @@
 # 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 support], [
-      if test x"$enableval" = x"yes" ; then
-        AC_MSG_RESULT(yes)
-        have_valgrind="yes"
-      else
-        AC_MSG_RESULT(no)
-               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 support], [
+#      if test x"$enableval" = x"yes" ; then
+#        AC_MSG_RESULT(yes)
+#        have_valgrind="yes"
+#      else
+#        AC_MSG_RESULT(no)
+#      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
 
 MODULE_ARCH="$host_os-$host_cpu"
 AC_SUBST(MODULE_ARCH)




-------------------------------------------------------
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