Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        configure.in 


Log Message:
remove AC_CANONICAL_TARGET and use $host* variables instead of $target* 
variables since thats how it works
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -3 -r1.99 -r1.100
--- configure.in        23 Apr 2005 08:39:40 -0000      1.99
+++ configure.in        29 Apr 2005 02:10:36 -0000      1.100
@@ -4,7 +4,6 @@
 AC_INIT(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
-AC_CANONICAL_TARGET
 AC_ISC_POSIX
 AM_INIT_AUTOMAKE(imlib2, 1.2.0.005)
 AM_CONFIG_HEADER(config.h)
@@ -91,7 +90,7 @@
 
 mmx=no
 amd64=no
-case $target_cpu in
+case $host_cpu in
   i*86)
     mmx="yes"
     ;;




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to