diff --git a/Configure b/Configure index a01c40943c39..ad9034b1fc59 100755 --- a/Configure +++ b/Configure @@ -21511,6 +21511,9 @@ int main(int ac, char **av) { signal(SIGSEGV, exit); +#ifdef SIGBUS + signal(SIGBUS, exit); +#endif myprintf("%s%cs all right, then\n", "that", '\''); exit(0);