Message ID | 0ef74c7496fd3c526b2259f86326eca4b3a03b78.1449211229.git.mjt@msgid.tls.msk.ru |
---|---|
State | Accepted |
Commit | 0ef74c7496fd3c526b2259f86326eca4b3a03b78 |
Headers | show |
diff --git a/configure b/configure index 67801b0..2e8a672 100755 --- a/configure +++ b/configure @@ -1428,6 +1428,9 @@ if compile_object ; then else error_exit "\"$cc\" either does not exist or does not work" fi +if ! compile_prog ; then + error_exit "\"$cc\" cannot build an executable (is your linker broken?)" +fi # Check that the C++ compiler exists and works with the C compiler if has $cxx; then