From 39ca7b64db757c30ab6f0dc5dad63206f1d5a375 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Dec 2007 19:23:48 +0000 Subject: *** empty log message *** --- import_libevent | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'import_libevent') diff --git a/import_libevent b/import_libevent index 5d205f0..a6433cc 100755 --- a/import_libevent +++ b/import_libevent @@ -1,5 +1,14 @@ #!/bin/sh +if ! [ -e evbuffer.c ]; then + echo do not run this programm unless you know what you are doing + exit 1 +fi + +# this program combines libev and libevent into a single package + +cvs update -AdP + LE=../libevent-1.4.0-beta cp $LE/evdns.h . -- cgit v1.2.3