Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in make_cross_compile_arm.sh 


Log Message:


cross-compile fix

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- configure.in        12 May 2004 18:40:18 -0000      1.82
+++ configure.in        20 May 2004 07:38:43 -0000      1.83
@@ -1376,7 +1376,19 @@
 # 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, have_valgrind=yes, have_valgrind=no)
+AC_ARG_ENABLE(valgrind,
+  [  --enable-valgrind               enable valgrind fixes to stop false reports], [
+      if [ test "$enableval" = "yes" ]; then
+        AC_MSG_RESULT(yes)
+        have_valgrind="yes"
+      else
+        AC_MSG_RESULT(no)
+       have_valgrind="no"
+      fi
+  ], [ have_valgrind=$have_valgrind ]
+)
 
 if test x$have_valgrind = "xyes"; then
   AC_DEFINE(HAVE_VALGRIND, 1, [Valgrind support])
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/make_cross_compile_arm.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- make_cross_compile_arm.sh   17 Feb 2004 07:12:35 -0000      1.5
+++ make_cross_compile_arm.sh   20 May 2004 07:38:43 -0000      1.6
@@ -59,7 +59,8 @@
 --disable-convert-32-bgrx-8888 \
 --disable-convert-32-rgb-rot-0 \
 --disable-convert-32-rgb-rot-270 \
---disable-convert-32-rgb-rot-90
+--disable-convert-32-rgb-rot-90 \
+--disable-valgrind
 
 INST="/tmp/"$PROJ"-instroot"
 sudo rm -rf $INST




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to