# HG changeset patch # User reimar # Date 1179263247 0 # Node ID e0e70f741473a7a1c7b4ced9c93d046e1f5e0255 # Parent 433d4fc702c0ec803da42fa64821ed93ea0a6208 Avoid passing test invalid arguments when string is empty. Fixes configure under Solaris diff -r 433d4fc702c0 -r e0e70f741473 configure --- a/configure Mon May 14 21:41:21 2007 +0000 +++ b/configure Tue May 15 21:07:27 2007 +0000 @@ -1510,7 +1510,7 @@ -e s/xmm/sse/ -e s/kni/sse/` for ext in $pparam ; do - eval test \$_$ext = auto 2>/dev/null && eval _$ext=kernel_check + eval test \"\$_$ext\" = auto 2>/dev/null && eval _$ext=kernel_check done # SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.