Re: problems with balsa 1.2.4 - wrapup
- From: Carlos Morgado <chbm chbm nu>
- To: balsa-list gnome org
- Subject: Re: problems with balsa 1.2.4 - wrapup
- Date: Tue, 22 Jan 2002 12:07:29 +0000
I've comited the ssl check backport patch to the BALSA_1_2_x branch. I also
prepared balsa-1.2.4-2.src.rpm made from the updated tarball. You find it all
at ftp://chbm.nu/pub
cheers
On 2002.01.21 23:13:21 +0000 Pawel Salek wrote:
> OK, I got it. It is one of those few things that has not got backported
> from 1.3.0. It is a pity it has not got detected in BALSA_1_2_x or in the
> prerelease tarball.
>
> -pawel
> --- configure.1-2 Tue Jan 22 00:06:44 2002
> +++ configure.in Tue Jan 22 00:04:01 2002
> @@ -494,9 +492,10 @@
> fi
> fi
>
> -if test "x$with_ssl" != xno && test -z "$ssldir"; then
> - AC_MSG_ERROR([SSL requested but no SSL headers found.])
> -else
> +if test "x$with_ssl" != xno; then
> + if test -z "$ssldir"; then
> + AC_MSG_ERROR([SSL requested but no SSL headers found.])
> + else
> AC_MSG_RESULT(yes)
> LIBS="$LIBS -lssl -lcrypto"
> if test "x$ssldir" != xdefault ; then
> @@ -504,6 +503,9 @@
> fi
> ac_cv_path_openssl=$ssldir
> AC_DEFINE(USE_SSL)
> + fi
> +else
> + AC_MSG_RESULT(no)
> fi
>
> dnl
> ##########################################################################
>
--
Carlos Morgado - chbm(at)chbm(dot)nu - http://chbm.nu/ -- gpgkey: 0x1FC57F0A
http://wwwkeys.pgp.net/ FP:0A27 35D3 C448 3641 0573 6876 2A37 4BB2 1FC5 7F0A
Software is like sex; it's better when it's free. - Linus Torvalds
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]