From: Nick Mathewson Date: Sat, 23 Apr 2011 05:48:11 +0000 (-0400) Subject: Try to fix up CHECK_REGRESS hack to not break on win32 X-Git-Tag: release-2.0.11-stable~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53d1e450f4a5ed21c4eec216392524ff2ab7a7a7;p=libevent Try to fix up CHECK_REGRESS hack to not break on win32 --- diff --git a/configure.in b/configure.in index c9c30c6a..2d5214cb 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,7 @@ AC_SUBST(LIBTOOL_DEPS) AM_CONDITIONAL([BUILD_REGRESS], [test "$enable_libevent_regress" = "yes"]) if test "$enable_libevent_regress" = "yes" ; then - CHECK_REGRESS=regress + CHECK_REGRESS='regress$(EXEENT)' else CHECK_REGRESS= fi