﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
8064	"""unexpected operator"" when mythtv/configure is run"	Bill Meek <llibkeem@…>	Isaac Richards	"When trunk/mythtv/configure is run, the following two errors print:
{{{
test: 3099: generic: unexpected operator
test: 3105: generic: unexpected operator
}}}
Probably exposed after removing lines in 23525.
Unless this is unique to Apple, suggest:
{{{
Index: configure
===================================================================
--- configure	(revision 23541)
+++ configure	(working copy)
@@ -3094,13 +3094,13 @@
 fi
 
     # Apple GCC doesn't support march=core2 yet:
-    if test $cpu == ""core2""; then
+    if test $cpu = ""core2""; then
         cpu=""nocona""
     fi
     # Core Duo might be identified as march=pentium3, which errors:
     # ...MachineExceptions.h:... error: '__m128i' does not name a type
     # ...MachineExceptions.h:... error: '__m128i' does not name a type
-    if test $cpu == ""pentium3""; then
+    if test $cpu = ""pentium3""; then
         cpu=prescott
     fi
 check_optflags -fomit-frame-pointer
}}}"	patch	closed	minor	unknown	MythTV - General	head	low	fixed			0
