diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ void function(void) | |||
121 | EOF | 121 | EOF |
122 | $cc -shared -o /tmp/test.dll /tmp/test.c | 122 | $cc -shared -o /tmp/test.dll /tmp/test.c |
123 | 123 | ||
124 | test "$?" = !0 && { | 124 | test "$?" != 0 && { |
125 | echo "$cc could not create shared file with Windows API functions."; | 125 | echo "$cc could not create shared file with Windows API functions."; |
126 | echo "Make sure your MinGW system is working properly."; | 126 | echo "Make sure your MinGW system is working properly."; |
127 | exit 1; | 127 | exit 1; |