diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /net-mgmt/zabbix2-server/files/patch-configure | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'net-mgmt/zabbix2-server/files/patch-configure')
-rw-r--r-- | net-mgmt/zabbix2-server/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/zabbix2-server/files/patch-configure b/net-mgmt/zabbix2-server/files/patch-configure deleted file mode 100644 index 54dbd17b2d6b..000000000000 --- a/net-mgmt/zabbix2-server/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - ---- configure.orig 2010-05-17 15:38:52.189911152 +0400 -+++ configure 2010-05-17 15:39:13.793087125 +0400 -@@ -12472,7 +12472,7 @@ - fi #if test "x$_libssh2_dir" = "xno"; then - fi # if test "x$want_ssh2" != "xno"; then - -- if test "x$found_ssh2" == "xyes"; then -+ if test "x$found_ssh2" = "xyes"; then - am_save_cflags="$CFLAGS" - am_save_ldflags="$LDFLAGS" - am_save_libs="$LIBS" -@@ -12537,7 +12537,7 @@ - LDFLAGS="$am_save_ldflags" - LIBS="$am_save_libs" - -- if test "x$found_ssh2" == "xyes"; then -+ if test "x$found_ssh2" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SSH2 1 - - |