]> granicus.if.org Git - pgbouncer/commitdiff
allow first libevent test pass on 1.1
authorMarko Kreen <markokr@gmail.com>
Fri, 8 Aug 2008 11:16:20 +0000 (11:16 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 8 Aug 2008 11:16:20 +0000 (11:16 +0000)
configure.ac

index f1e68a45e56ee7debf46f3015592b3e0fcdcda61..06e391ef69d0c3cc4cecd6cbbd38cb5407fbbda5 100644 (file)
@@ -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])])