Enlightenment CVS committal Author : vapier Project : e17 Module : libs/evas
Dir : e17/libs/evas 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/evas/configure.in,v retrieving revision 1.100 retrieving revision 1.101 diff -u -3 -r1.100 -r1.101 --- configure.in 23 Apr 2005 08:39:40 -0000 1.100 +++ configure.in 29 Apr 2005 02:10:35 -0000 1.101 @@ -4,7 +4,6 @@ AC_INIT(configure.in) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_CANONICAL_TARGET AC_ISC_POSIX AM_INIT_AUTOMAKE(evas, 0.9.9.005) AM_CONFIG_HEADER(config.h) @@ -695,7 +694,7 @@ ####################################### ## MMX build_cpu_mmx="no" -case $target_cpu in +case $host_cpu in i*86) build_cpu_mmx="yes" ;; @@ -723,7 +722,7 @@ ####################################### ## SSE build_cpu_sse="no" -case $target_cpu in +case $host_cpu in i*86) build_cpu_sse="yes" ;; @@ -751,7 +750,7 @@ ####################################### ## ALTIVEC build_cpu_altivec="no" -case $target_cpu in +case $host_cpu in *power* | *ppc*) build_cpu_altivec="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