[xiph-commits] r11429 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Fri May 26 11:57:50 PDT 2006
Author: giles
Date: 2006-05-26 11:57:50 -0700 (Fri, 26 May 2006)
New Revision: 11429
Modified:
trunk/theora/configure.ac
Log:
Minor configure output cleanup.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2006-05-26 18:56:13 UTC (rev 11428)
+++ trunk/theora/configure.ac 2006-05-26 18:57:50 UTC (rev 11429)
@@ -108,11 +108,11 @@
case $target_cpu in
i[[3456]]86)
cpu_x86_32=yes
- cpu_optimization="32bit x86"
+ cpu_optimization="32 bit x86"
;;
x86_64)
cpu_x86_64=yes
- cpu_optimization="64bit x86"
+ cpu_optimization="64 bit x86"
;;
esac
AM_CONDITIONAL([CPU_x86_64], [test x$cpu_x86_64 = xyes])
More information about the commits
mailing list