From 53c5c78ef59955bb1d454874e56af42a0edce9de Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 17 May 2005 02:59:40 +0000 Subject: Add a stupid dollar sign. Stupid shell. svn:r4245 --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 74764cd4e..d1c201ddf 100644 --- a/configure.in +++ b/configure.in @@ -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) -- cgit v1.2.3