# HG changeset patch # User diego # Date 1179436758 0 # Node ID 39c0107471df927d352b5c6e51b5c0e0756cc028 # Parent 4ec3dd8f60935ee5673b7d3ace98af4ca3ce92c3 Remove redundant negation of _vidix_internal for the 'sunos && not x86' case, the variable is set to no a few lines above anyway. diff -r 4ec3dd8f6093 -r 39c0107471df configure --- a/configure Thu May 17 21:13:41 2007 +0000 +++ b/configure Thu May 17 21:19:18 2007 +0000 @@ -2517,7 +2517,6 @@ # ppc && linux && _vidix_internal=yes alpha && linux && _vidix_internal=yes qnx && _vidix_internal=no - sunos && not x86 && _vidix_internal=no beos && _vidix_internal=no darwin && _vidix_internal=no fi