[msgbus commit] r129 - trunk

2 views
Skip to first unread message

codesite...@google.com

unread,
Sep 12, 2008, 5:05:29 PM9/12/08
to msgbu...@googlegroups.com
Author: dugsong
Date: Fri Sep 12 14:05:13 2008
New Revision: 129

Modified:
trunk/configure.ac

Log:
point to system includes and libs if found; caught by j...@oberheide.org

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Sep 12 14:05:13 2008
@@ -37,7 +37,9 @@
;;
esac ],
[ if test -f /usr/include/event.h -a -f /usr/lib/libevent.a; then
- EVENTLIB="-levent"
+ # XXX - setup.py.in cruft
+ EVENTINC="-I/usr/include"
+ EVENTLIB="-L/usr/lib -levent"
elif test -f ${prefix}/include/event.h -a -f ${prefix}/lib/libevent.a;
then
EVENTINC="-I${prefix}/include"
EVENTLIB="-L${prefix}/lib -levent"

Reply all
Reply to author
Forward
0 new messages