Enlightenment CVS committal

Author  : vapier
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        configure.in 


Log Message:
change $target logic to $host logic for cross-compiling
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- configure.in        27 Apr 2005 18:48:31 -0000      1.91
+++ configure.in        1 May 2005 07:16:51 -0000       1.92
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.91 2005/04/27 18:48:31 mej Exp $
+dnl# $Id: configure.in,v 1.92 2005/05/01 07:16:51 vapier Exp $
 
 
PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -75,7 +75,7 @@
 AC_DEFINE_UNQUOTED(WINDOWS_IDENT, "`grep '$''Id:' $srcdir/src/windows.c | sed 
's/^.*\$''Id: //;s/ \$.*$//;s/.v / /;s/ Exp//'`", [windows.c RCS ID])
 
 dnl# Check for build/host/target system types
-AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
 
 dnl# Supply default CFLAGS, if not specified by `CFLAGS=flags ./configure'
 if test ! -z "${CFLAGS}" -o ! -z "${CCOPTS}"; then
@@ -506,7 +506,7 @@
 AC_ARG_ENABLE(mmx, [  --enable-mmx            enable MMX assembly routines], [
                   test "x$enableval" = "xyes" && HAVE_MMX="yes"
               ], [
-                  case $target_cpu in
+                  case $host_cpu in
                       i*86)
                           grep mmx /proc/cpuinfo >/dev/null 2>&1 && 
HAVE_MMX="yes"
                           ;;
@@ -1050,9 +1050,9 @@
   Source code location:       $srcdir
   Host System Type:           $host
   Preprocessor:               $CPP $CPPFLAGS
-  Compiler:                  $CC $CFLAGS
+  Compiler:                   $CC $CFLAGS
   Linker:                     $CC $LDFLAGS $LIBS
-  Install path:                      $prefix
+  Install path:               $prefix
 
   See src/feature.h for further configuration information.
 




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to