summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-configure
blob: 71ad1e7df72b7c1cb1ec8b41041d4d2f3226bca5 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
--- configure.orig	Mon Aug 19 14:05:07 2002
+++ configure	Tue Sep  3 13:17:10 2002
@@ -5951,6 +5951,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'
@@ -6881,24 +6882,24 @@
 	
 
 
-echo $ac_n "checking for new_pspell_manager in -lpspell""... $ac_c" 1>&6
-echo "configure:6886: checking for new_pspell_manager in -lpspell" >&5
-ac_lib_var=`echo pspell'_'new_pspell_manager | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for new_aspell_speller in -lpspell""... $ac_c" 1>&6
+echo "configure:6886: checking for new_aspell_speller in -lpspell" >&5
+ac_lib_var=`echo pspell'_'new_aspell_speller | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS"
+LIBS="-lpspell -lstdc++ $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 6894 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char new_pspell_manager();
+char new_aspell_speller();
 
 int main() {
-new_pspell_manager()
+new_aspell_speller()
 ; return 0; }
 EOF
 if { (eval echo configure:6905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -8920,7 +8921,7 @@
 extern int *_nl_domain_bindings;
 int main() {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
 ; return 0; }
 EOF
 if { (eval echo configure:8927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -9306,7 +9307,7 @@
 #include "confdefs.h"
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int *libintl_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
@@ -9314,7 +9315,7 @@
 const char *_nl_expand_alias ();
 int main() {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0)
 ; return 0; }
 EOF
 if { (eval echo configure:9321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -9334,7 +9335,7 @@
 #include "confdefs.h"
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int *libintl_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
@@ -9342,7 +9343,7 @@
 const char *_nl_expand_alias ();
 int main() {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0)
 ; return 0; }
 EOF
 if { (eval echo configure:9349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -9847,7 +9848,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lldap -llber -lresolv $LIBS"
+LIBS="-lldap -llber $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 9853 "configure"
 #include "confdefs.h"
@@ -9879,7 +9880,7 @@
 #define ENABLE_LDAP 1
 EOF
 
-             LIBS="-lldap -llber -lresolv $LIBS"
+             LIBS="-lldap -llber $LIBS"
 else
   echo "$ac_t""no" 1>&6
 { echo "configure: error: *** You enabled LDAP but ldap library is not found." 1>&2; exit 1; }