diff options
author | root <root> | 2007-12-11 03:19:29 +0000 |
---|---|---|
committer | root <root> | 2007-12-11 03:19:29 +0000 |
commit | 679f7f056114cc6ce35bab04607c83a069e5343d (patch) | |
tree | 0c5da42e65a1148dc87feb56e13f297ec6b25865 | |
parent | 6b6af45b9896cf5a87be2cec6239b7d254db2e10 (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 614cddd..08e00d0 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.7)/; + s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.73)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g; |