summaryrefslogtreecommitdiff
path: root/devel/cvsnt/files/patch-configure
blob: d6d46c251c30789949b4c634d1e53415ae6adad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- configure.orig	Wed Dec 10 23:43:42 2003
+++ configure	Wed Feb  4 02:44:05 2004
@@ -19209,6 +19209,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -25221,7 +25222,7 @@
 rm -f conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext
 if test "$ac_cv_search_SSL_CTX_new" = no; then
-  for ac_lib in ssl ssleay32; do
+  for ac_lib in "ssl -lcrypto" ssleay32; do
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -27699,7 +27700,7 @@
 #define LOCKSERVER_SUPPORT
 _ACEOF
 
-  enable_server="yes"
+  enable_lockserver="yes"
 fi
 fi;
 echo "$as_me:$LINENO: result: $enable_lockserver" >&5