aboutsummaryrefslogtreecommitdiff
path: root/news/newscache/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'news/newscache/files/patch-configure.in')
-rw-r--r--news/newscache/files/patch-configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/news/newscache/files/patch-configure.in b/news/newscache/files/patch-configure.in
deleted file mode 100644
index bb5119f1a2d6..000000000000
--- a/news/newscache/files/patch-configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.in.orig Sun Apr 6 18:49:34 2003
-+++ configure.in Sun Apr 6 18:50:31 2003
-@@ -220,14 +220,14 @@
- LIBS="-lsocket++ $LIBS"
- AC_TRY_LINK([#include <socket++/sockinet.h>], [iosockinet sio; sio.rdbuf()->setname("Test");],
- libsocket_found=yes ,)
--if eval "test $libsocket_found == 'yes'"; then
-+if eval "test x$libsocket_found = xyes"; then
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
- LIBS=$OLDLIBS
- fi
-
--if eval "test $libsocket_found == 'no'"; then
-+if eval "test x$libsocket_found = xno"; then
- AC_MSG_ERROR(No libsocket++ Library found!)
- fi
-