Remove "exit 1" (added by mistake)

This commit is contained in:
Paul Graham 2017-02-18 22:17:59 +01:00
parent b2b47a7d11
commit 3b4d3d7541

View File

@ -148,8 +148,6 @@ if test "$ac_cv_sizeof_time_t" = "4"; then
echo " ** You can solve this by adjusting the build flags in your"
echo " ** mingw-w64 toolchain. Refer to README.windows for details."
fi
exit 1
fi
AC_REQUIRE_AUX_FILE([tap-driver.sh])