blob: f6bb92c25878e6407bd42cec729f5878752e0be7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig Sun Nov 24 16:32:01 2002
+++ configure Sun Nov 24 16:32:36 2002
@@ -1273,8 +1273,7 @@
;;
*)
echo "$ac_t""$withval" 1>&6
- 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.a; then
owd=`pwd`
if cd $withval; then withval=`pwd`; cd $owd; fi
EVENTINC="-I$withval/include"
|