Преглед изворни кода

Add a stupid dollar sign. Stupid shell.

svn:r4245
Nick Mathewson пре 20 година
родитељ
комит
53c5c78ef5
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      configure.in

+ 1 - 2
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)