From 3b4d3d754123c83270f139884269644265eaf236 Mon Sep 17 00:00:00 2001 From: Paul Graham Date: Sat, 18 Feb 2017 22:17:59 +0100 Subject: Remove "exit 1" (added by mistake) --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 42bbca3..9fd7c2d 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3-55-g6feb