mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Try to fix up CHECK_REGRESS hack to not break on win32
This commit is contained in:
parent
dd68cce439
commit
53d1e450f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user