mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk) #3620 "syntax error in configure.ac" -- fixed.
This commit is contained in:
parent
6c3d651ffe
commit
e413bf7af7
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ if test -n "$LIBEVENT_LIBS"; then
|
|||
elif test -n "$LIBEVENT_CFLAGS"; then
|
||||
user_specified_libevent=yes
|
||||
fi
|
||||
if test "x$user_specified_libevent" == "xyes"; then
|
||||
if test "x$user_specified_libevent" = "xyes"; then
|
||||
AC_MSG_NOTICE([Using user-specified LIBEVENT_LIBS and LIBEVENT_CFLAGS])
|
||||
else
|
||||
AC_CHECK_LIB([event],[evutil_vsnprintf],
|
||||
|
|
Loading…
Reference in a new issue