diff options
Diffstat (limited to 'databases/libmemcached/files/patch-configure')
-rw-r--r-- | databases/libmemcached/files/patch-configure | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/databases/libmemcached/files/patch-configure b/databases/libmemcached/files/patch-configure index dc9abf6967b7..c4f2e341429d 100644 --- a/databases/libmemcached/files/patch-configure +++ b/databases/libmemcached/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2010-01-07 11:15:40.000000000 +0800 -+++ configure 2010-01-08 10:38:18.000000000 +0800 -@@ -22430,7 +22430,7 @@ $as_echo "$ac_cv_safe_to_use_Wno_attribu +--- configure.orig 2010-01-12 08:22:27.000000000 +0800 ++++ configure 2010-01-19 12:20:44.000000000 +0800 +@@ -22431,7 +22431,7 @@ $as_echo "$ac_cv_safe_to_use_Wno_attribu if test "$ac_cv_safe_to_use_Wno_attributes_" = "yes"; then @@ -9,3 +9,27 @@ NO_ATTRIBUTES="-Wno-attributes" fi +@@ -24391,10 +24391,10 @@ fi + { $as_echo "$as_me:$LINENO: result: $ac_cv_libevent" >&5 + $as_echo "$ac_cv_libevent" >&6; } + if test "$ac_cv_libevent" = yes; then +- HAVE_LIBEVENT=yes ++ HAVE_LIBEVENT=no + + cat >>confdefs.h <<\_ACEOF +-#define HAVE_LIBEVENT 1 ++#define HAVE_LIBEVENT 0 + _ACEOF + + { $as_echo "$as_me:$LINENO: checking how to link with libevent" >&5 +@@ -24417,8 +24417,8 @@ $as_echo "$LIBEVENT" >&6; } + + + if test "x${ac_cv_libevent}" = "xyes"; then +- HAVE_LIBEVENT_TRUE= +- HAVE_LIBEVENT_FALSE='#' ++ HAVE_LIBEVENT_TRUE='#' ++ HAVE_LIBEVENT_FALSE= + else + HAVE_LIBEVENT_TRUE='#' + HAVE_LIBEVENT_FALSE= |