Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        conf-e-x11.sh configure.in 


Log Message:
- Don't check for C++ compiler if Qtopia isn't requested
- A conf-e-x11.sh script that actually works out of the box :)


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/conf-e-x11.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- conf-e-x11.sh       10 Dec 2003 01:12:12 -0000      1.4
+++ conf-e-x11.sh       14 Jan 2004 20:23:55 -0000      1.5
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-make clean distclean
+#make clean distclean
 rm config.cache
-./configure \
+./autogen.sh \
 --enable-software-x11 \
 --enable-gl-x11 \
 --enable-image-loader-png \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- configure.in        14 Jan 2004 18:47:46 -0000      1.67
+++ configure.in        14 Jan 2004 20:23:55 -0000      1.68
@@ -10,7 +10,6 @@
 
 AC_C_BIGENDIAN
 AC_PROG_CC
-AC_PROG_CXX
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 AC_C_CONST
@@ -273,6 +272,7 @@
 )
 
 if test "x$have_evas_qtopia" = "xyes"; then
+  AC_PROG_CXX
   AC_CHECK_HEADER(qdirectpainter_qws.h,
     [
       AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_QTOPIA, test "$enableval" = "yes")




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to