|
Lines 1-49
Link Here
|
| 1 |
--- configure.orig 2012-06-15 03:10:31.000000000 -0400 |
|
|
| 2 |
+++ configure 2012-06-17 08:46:34.000000000 -0400 |
| 3 |
@@ -6319,6 +6319,7 @@ |
| 4 |
fi |
| 5 |
|
| 6 |
|
| 7 |
+if false ; then |
| 8 |
trylibeventdir="" |
| 9 |
|
| 10 |
# Check whether --with-libevent-dir was given. |
| 11 |
@@ -6645,6 +6646,7 @@ |
| 12 |
LIBS="$tor_saved_LIBS" |
| 13 |
LDFLAGS="$tor_saved_LDFLAGS" |
| 14 |
CPPFLAGS="$tor_saved_CPPFLAGS" |
| 15 |
+fi |
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
@@ -6707,6 +6709,7 @@ |
| 20 |
fi |
| 21 |
|
| 22 |
|
| 23 |
+if false ; then |
| 24 |
if test "$enable_static_libevent" = "yes"; then |
| 25 |
if test "$tor_cv_library_libevent_dir" = "(system)"; then |
| 26 |
as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5 |
| 27 |
@@ -6716,6 +6719,7 @@ |
| 28 |
else |
| 29 |
TOR_LIBEVENT_LIBS="-levent" |
| 30 |
fi |
| 31 |
+fi |
| 32 |
|
| 33 |
if test "$enable_bufferevents" = "yes" ; then |
| 34 |
if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then |
| 35 |
@@ -6794,12 +6798,14 @@ |
| 36 |
|
| 37 |
$as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h |
| 38 |
|
| 39 |
+if false ; then |
| 40 |
if test "$enable_static_libevent" = "yes"; then |
| 41 |
TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS" |
| 42 |
else |
| 43 |
TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS" |
| 44 |
fi |
| 45 |
fi |
| 46 |
+fi |
| 47 |
|
| 48 |
|
| 49 |
|