aboutsummaryrefslogtreecommitdiff
path: root/databases/libmemcached/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libmemcached/files/patch-configure')
-rw-r--r--databases/libmemcached/files/patch-configure51
1 files changed, 0 insertions, 51 deletions
diff --git a/databases/libmemcached/files/patch-configure b/databases/libmemcached/files/patch-configure
deleted file mode 100644
index b593495e12ca..000000000000
--- a/databases/libmemcached/files/patch-configure
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig 2009-06-01 08:32:47.000000000 +0800
-+++ configure 2009-06-03 09:18:16.000000000 +0800
-@@ -22077,7 +22077,7 @@
- fi
-
-
--if test "x$POD2MAN" == "xno"; then
-+if test "x$POD2MAN" = "xno"; then
- { { $as_echo "$as_me:$LINENO: error: \"Could not find pod2man anywhere in path\"" >&5
- $as_echo "$as_me: error: \"Could not find pod2man anywhere in path\"" >&2;}
- { (exit 1); exit 1; }; }
-@@ -22325,7 +22325,7 @@
-
- { $as_echo "$as_me:$LINENO: result: $have_htoll" >&5
- $as_echo "$have_htoll" >&6; }
-- if test "x$have_htoll" == "xno"; then
-+ if test "x$have_htoll" = "xno"; then
- BUILD_BYTEORDER_TRUE=
- BUILD_BYTEORDER_FALSE='#'
- else
-@@ -22669,14 +22669,14 @@
- MEMC_BINARY="$withval"
- fi
-
-- if test x$withval == xyes
-+ if test $withval = yes
- then
- MEMC_BINARY=memcached
- fi
-
- # just ignore the user if --without-memcached is passed.. it is
- # only used by make test
-- if test x$withval == xno
-+ if test $withval = no
- then
- MEMC_BINARY=memcached
- fi
-@@ -22728,11 +22728,10 @@
- fi
-
-
--if test x$MEMC_BINARY == "xno"
-+if test $MEMC_BINARY = "no"
- then
- { { $as_echo "$as_me:$LINENO: error: \"could not find memcached binary\"" >&5
--$as_echo "$as_me: error: \"could not find memcached binary\"" >&2;}
-- { (exit 1); exit 1; }; }
-+$as_echo "$as_me: error: \"could not find memcached binary\"" >&2;} }
- fi
-
-