diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 20:40:45 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 20:40:45 +0000 |
commit | 7bab6ba39006c64d999be6d720a7ec8b25c6c359 (patch) | |
tree | cf62a7c9924b497de90039021539df30d9bded02 | |
parent | 4750304376d4697ac440c54c3ac4646bba715bf0 (diff) | |
download | dlfcn-win32-7bab6ba39006c64d999be6d720a7ec8b25c6c359.tar.gz dlfcn-win32-7bab6ba39006c64d999be6d720a7ec8b25c6c359.tar.bz2 dlfcn-win32-7bab6ba39006c64d999be6d720a7ec8b25c6c359.zip |
Fix compiler check.
-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; |