Skip to content
Snippets Groups Projects
Commit 53c5c78e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add a stupid dollar sign. Stupid shell.

svn:r4245
parent 435c579b
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,7 @@ if test "$event_found" = no; then
LDFLAGS="$LDFLAGS -L/usr/local/lib"
AC_TRY_LINK([], [ void *event_init(void); event_init(); ],
[ libevent_is_in_local=yes ], [ libevent_is_in_local=no ])
echo libevent_is_in_local is $libevent_is_in_local
if test libevent_is_in_local = yes; then
if test $libevent_is_in_local = yes; then
AC_TRY_RUN([
void *event_init(void);
int main(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment