diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-24 23:46:15 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-24 23:46:15 +0000 |
commit | d6d04d104dbfdc23f467ceddddc829ead4f243bf (patch) | |
tree | 4e56065f86fe955987b42637d5134c9513f3a254 /security/ssh2/files/patch-aj | |
parent | import `x48' an hp48 emulator, all us propeller-heads (diff) |
Use system shared libgmp now
Notes
Notes:
svn path=/head/; revision=4148
Diffstat (limited to 'security/ssh2/files/patch-aj')
-rw-r--r-- | security/ssh2/files/patch-aj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/ssh2/files/patch-aj b/security/ssh2/files/patch-aj index b20aab8e19f8..1412e9d6a522 100644 --- a/security/ssh2/files/patch-aj +++ b/security/ssh2/files/patch-aj @@ -13,18 +13,3 @@ AC_MSG_CHECKING([that the compiler works]) AC_TRY_RUN([ main(int ac, char **av) { return 0; } ], ---- configure.dist Wed Aug 7 13:45:37 1996 -+++ configure Wed Aug 7 13:55:29 1996 -@@ -1274,12 +1274,6 @@ - ;; - esac - --# Socket pairs appear to be broken on several systems. I don't know exactly --# where, so I'll use pipes everywhere for now. --cat >> confdefs.h <<\EOF --#define USE_PIPES 1 --EOF -- - - echo $ac_n "checking that the compiler works""... $ac_c" 1>&6 - if test "$cross_compiling" = yes; then |