Invert the logic to check the cmp return value cmp to avoid using the ! operator.
commit330f7ff8eb146319bbf2300820719c8202db48af
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 22 Nov 2007 16:46:48 +0000 (22 16:46 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 22 Nov 2007 16:46:48 +0000 (22 16:46 +0000)
treec86fd3b523064f8a8bab7f18627bbb751a3a3816
parent27fa018d05d65edfeba000abbe8e4b236a2d92bd
Invert the logic to check the cmp return value cmp to avoid using the ! operator.
Useful on non-POSIX shells that do not support the ! operator.  We normally
require a POSIX-compatible shell, but in this case the change is acceptable
since it does not complicate configure nor hurt readability.
patch by Ralf Menzel, menzel ls6.cs.uni-dortmund de

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25138 b3059339-0415-0410-9bf9-f77b7e298cf2
configure