[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add a stupid dollar sign. Stupid shell.
Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv9934
Modified Files:
configure.in
Log Message:
Add a stupid dollar sign. Stupid shell.
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- configure.in 17 May 2005 02:53:14 -0000 1.199
+++ configure.in 17 May 2005 02:59:40 -0000 1.200
@@ -70,8 +70,7 @@
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)