aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d44f17..d85a9df 100755
--- a/configure
+++ b/configure
@@ -121,7 +121,7 @@ void function(void)
121EOF 121EOF
122$cc -shared -o /tmp/test.dll /tmp/test.c 122$cc -shared -o /tmp/test.dll /tmp/test.c
123 123
124test "$?" = !0 && { 124test "$?" != 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;