From 7bab6ba39006c64d999be6d720a7ec8b25c6c359 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sun, 11 Jan 2009 20:40:45 +0000 Subject: Fix compiler check. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7d44f17..d85a9df 100755 --- a/configure +++ b/configure @@ -121,7 +121,7 @@ void function(void) EOF $cc -shared -o /tmp/test.dll /tmp/test.c -test "$?" = !0 && { +test "$?" != 0 && { echo "$cc could not create shared file with Windows API functions."; echo "Make sure your MinGW system is working properly."; exit 1; -- cgit v1.2.3-55-g6feb