diff options
author | root <root> | 2007-12-12 00:17:42 +0000 |
---|---|---|
committer | root <root> | 2007-12-12 00:17:42 +0000 |
commit | e0cebdacf9cff4eb9e2abcdb6beaeed60b75973a (patch) | |
tree | 8f7ca00d8d61a1eaddf9bbe133fd47736af0d3a6 | |
parent | 4179355c2b48ffa197ae4cf21b521ccf0201436c (diff) |
*** empty log message ***
-rwxr-xr-x | import_libevent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent index e7322d7..024448b 100755 --- a/import_libevent +++ b/import_libevent @@ -103,7 +103,7 @@ perl -ne ' #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/; s/-Wall//g; #s/libevent/libev/g; - s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.8)/; + s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g; |