projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a878548
)
allow first libevent test pass on 1.1
author
Marko Kreen
<markokr@gmail.com>
Fri, 8 Aug 2008 11:16:20 +0000
(11:16 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 8 Aug 2008 11:16:20 +0000
(11:16 +0000)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index f1e68a45e56ee7debf46f3015592b3e0fcdcda61..06e391ef69d0c3cc4cecd6cbbd38cb5407fbbda5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-131,7
+131,8
@@
AC_LINK_IFELSE([
struct event ev;
event_init();
event_set(&ev, 1, EV_READ, NULL, NULL);
- event_base_free(NULL);
+ /* this checks for 1.2+ but next we check for 1.3b+ anyway */
+ /* event_base_free(NULL); */
} ],
[AC_MSG_RESULT([found])],
[AC_MSG_ERROR([not found, cannot proceed])])