Try to fix up CHECK_REGRESS hack to not break on win32

This commit is contained in:
Nick Mathewson 2011-04-23 01:48:11 -04:00
parent dd68cce439
commit 53d1e450f4

View File

@ -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