Installer: Fix the "Refresh" button position
[msysgit.git] / src / msmtp / patches / 0001-fix-openssl-library-names.patch
blob22000955f64da3a566719f526013b9f473af46ab
1 From 88142e78d8d5ce2fa113020d24730717fe2088f3 Mon Sep 17 00:00:00 2001
2 From: Erik Faye-Lund <kusmabite@gmail.com>
3 Date: Mon, 27 Jul 2009 19:57:23 +0200
4 Subject: [PATCH] fix openssl library names
6 ---
7 configure | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/configure b/configure
11 index c1981db..2426af8 100644
12 --- a/configure
13 +++ b/configure
14 @@ -24464,7 +24464,7 @@ fi
15 rpathdirs=
16 ltrpathdirs=
17 names_already_handled=
18 - names_next_round='ssl32 eay32'
19 + names_next_round='ssl crypto'
20 while test -n "$names_next_round"; do
21 names_this_round="$names_next_round"
22 names_next_round=
23 --
24 1.6.3.2