Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv3528
Modified Files:
configure configure.in
Log Message:
do *NOT* link with libssl, we always load it dynamically if we use it
Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.282
retrieving revision 1.283
diff -b -u -2 -r1.282 -r1.283
--- configure 30 Oct 2002 14:47:29 -0000 1.282
+++ configure 9 Dec 2002 02:12:07 -0000 1.283
@@ -564,5 +564,5 @@
-# From configure.in Id: configure.in,v 1.265 2002/08/13 11:01:31 vadz Exp
+# From configure.in Id: configure.in,v 1.268 2002/10/30 14:47:31 nerijus Exp
rm -f conftestdata
@@ -1103,7 +1103,7 @@
fi
- # Check whether --with-wx-exec-prefix or --without-wx-exec-prefix was given.
-if test "${with_wx_exec_prefix+set}" = set; then
[...1309 lines suppressed...]
set dummy latex2html; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5213: checking for $ac_word" >&5
+echo "configure:5236: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_LATEX2HTML'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5296,5 +5318,5 @@
if test "x$GXX" != "xyes"; then
echo $ac_n "checking whether ${CXX} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5298: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
+echo "configure:5321: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
if eval "test \"`echo '$''{'m_cv_cxx_depflags'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5319,5 +5341,5 @@
if test "x$GCC" != "xyes"; then
echo $ac_n "checking whether ${CC} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5321: checking whether ${CC} accepts ${DEPFLAGS}" >&5
+echo "configure:5344: checking whether ${CC} accepts ${DEPFLAGS}" >&5
if eval "test \"`echo '$''{'m_cv_c_depflags'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.268
retrieving revision 1.269
diff -b -u -2 -r1.268 -r1.269
--- configure.in 30 Oct 2002 14:47:31 -0000 1.268
+++ configure.in 9 Dec 2002 02:12:09 -0000 1.269
@@ -663,7 +663,6 @@
esac
- dnl although we're loading libssl dynamically, cclient uses it
- dnl statically, so we still need it in LIBS
- LIBS="$LIBS $LIBS_SSL"
+ dnl note that we don't have to link with SSL libraries because we load
+ dnl them dynamically
fi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates