Explorar el Código

Add a missing .so

svn:r4248
Nick Mathewson hace 20 años
padre
commit
7de0b3dd3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -108,7 +108,7 @@ int main(void)
   fi
 
   if test $ac_cv_libevent_local = unlinked ; then
-    if test -f /etc/ld.conf ; then
+    if test -f /etc/ld.so.conf ; then
       AC_MSG_NOTICE([
 =================================================
 Your libevent library is installed in /usr/local/lib,