summaryrefslogtreecommitdiff
path: root/net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch
blob: 598fd0b737779b2ecb31c951d62f7e5c3a3bcbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in
+++ b/configure.in
@@ -62,7 +62,7 @@
      ;;
   *)
      AC_MSG_RESULT($withval)
-     if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then
+     if test -f $withval/include/event.h -a -f $withval/lib/libevent.so; then
         owd=`pwd`
         if cd $withval; then withval=`pwd`; cd $owd; fi
         EVENTINC="-I$withval/include"