[Sumover-dev] [svn commit] r4028 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 10 17:59:44 BST 2007


Author: piers
Date: Thu May 10 17:59:27 2007
New Revision: 4028

Modified:
   vic/branches/mpeg4/configure.in

Log:
Update from Douglas Kosovic for 64bit config


Modified: vic/branches/mpeg4/configure.in
==============================================================================
--- vic/branches/mpeg4/configure.in	(original)
+++ vic/branches/mpeg4/configure.in	Thu May 10 17:59:27 2007
@@ -20,9 +20,10 @@
   ;;
   x86_64|amd64)
     arch="x86_32"
+    ${cc:=gcc}
     canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
-    if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
-      if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
+    if @<:@ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" @:>@; then
+      if @<:@ -z "`echo $CFLAGS | grep -- -m32`"  @:>@; then
 	V_ARCH="ARCH_X86_64"
       fi
     fi



More information about the Sumover-dev mailing list