Explorar o código

Actually set the variable if the answer is yes.

svn:r4247
Nick Mathewson %!s(int64=20) %!d(string=hai) anos
pai
achega
1a587429f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -78,7 +78,7 @@ int main(void)
 	if (!event_init())
 	        return -1;
         return 0;
-}], , [ ac_cv_libevent_local=unlinked ])
+}], [ ac_cv_libevent_local=yes ], [ ac_cv_libevent_local=unlinked ])
     else
        ac_cv_libevent_local=no   
     fi