diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-10 14:21:32 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-10 14:21:32 +0000 |
commit | b444ef99756a7aaeb65b1ea51e61e338ba8eabe6 (patch) | |
tree | 4961cd114e5cc549ac3c6c810216304cf5c76251 /security/stunnel/files | |
parent | 5bd096c768aa0c2b56f97b32955e1f04646d775c (diff) |
Notes
Diffstat (limited to 'security/stunnel/files')
-rw-r--r-- | security/stunnel/files/patch-ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/stunnel/files/patch-ac b/security/stunnel/files/patch-ac deleted file mode 100644 index 347716c297bf..000000000000 --- a/security/stunnel/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** configure.in.orig Sun Jun 18 10:25:31 2000 ---- configure.in Sun Jun 18 10:28:17 2000 -*************** -*** 109,115 **** - dnl Check for RSAref library. - AC_MSG_CHECKING([for RSAref library]) - saved_LIBS="$LIBS" -! LIBS="$saved_LIBS -lRSAglue -lrsaref" - AC_TRY_LINK([], [], - [AC_MSG_RESULT(yes); ], - [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS") ---- 109,115 ---- - dnl Check for RSAref library. - AC_MSG_CHECKING([for RSAref library]) - saved_LIBS="$LIBS" -! LIBS="$saved_LIBS -lRSAglue -L$prefix/lib -lrsaref" - AC_TRY_LINK([], [], - [AC_MSG_RESULT(yes); ], - [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS") |