summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-configure
blob: 19c4b448d3d7c20493a704114b0f8ae5b655baec (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
--- configure.orig	Sun Jul  8 16:14:31 2007
+++ configure	Sun Jul  8 16:18:30 2007
@@ -6896,7 +6896,7 @@ cat >>confdefs.h <<\_ACEOF
 #define HAVE_GTK_PRINT 1
 _ACEOF
 
-  gnome_print_extras=""
+  #gnome_print_extras=""
 else
   gnome_print_extras="libgnomeprint-2.2 >= 2.1.4 libgnomeprintui-2.2 >= 2.1.4"
 fi
@@ -7525,7 +7525,7 @@ if { as_var=$as_ac_Lib; eval "test \"\${
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgtkhtml-$i  $LIBS"
+LIBS="-lgtkhtml-$i  $HTML_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -7797,7 +7797,7 @@ if test "${ac_cv_lib_ldap_ldap_search+se
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lldap -llber -lresolv $LIBS"
+LIBS="-lldap -llber $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -7858,7 +7858,7 @@ cat >>confdefs.h <<\_ACEOF
 #define ENABLE_LDAP 1
 _ACEOF
 
-              LIBS="-lldap -llber -lresolv $LIBS"
+              LIBS="-lldap -llber $LIBS"
 else
   { { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5
 echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;}
@@ -9473,13 +9473,13 @@ _ACEOF
 else
 
 
-{ echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5
-echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6; }
-if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then
+{ echo "$as_me:$LINENO: checking for new_aspell_manager in -laspell" >&5
+echo $ECHO_N "checking for new_aspell_manager in -laspell... $ECHO_C" >&6; }
+if test "${ac_cv_lib_aspell_new_aspell_manager+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS"
+LIBS="-laspell -lstdc++ $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -9493,11 +9493,11 @@ cat >>conftest.$ac_ext <<_ACEOF
 #ifdef __cplusplus
 extern "C"
 #endif
-char new_pspell_manager ();
+char new_aspell_manager ();
 int
 main ()
 {
-return new_pspell_manager ();
+return new_aspell_manager ();
   ;
   return 0;
 }
@@ -9520,26 +9520,26 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
 	 test ! -s conftest.err
        } && test -s conftest$ac_exeext &&
        $as_test_x conftest$ac_exeext; then
-  ac_cv_lib_pspell_new_pspell_manager=yes
+  ac_cv_lib_aspell_new_aspell_manager=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-	ac_cv_lib_pspell_new_pspell_manager=no
+	ac_cv_lib_aspell_new_aspell_manager=no
 fi
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_manager" >&5
-echo "${ECHO_T}$ac_cv_lib_pspell_new_pspell_manager" >&6; }
-if test $ac_cv_lib_pspell_new_pspell_manager = yes; then
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_manager" >&5
+echo "${ECHO_T}$ac_cv_lib_aspell_new_aspell_manager" >&6; }
+if test $ac_cv_lib_aspell_new_aspell_manager = yes; then
   cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBPSPELL 1
 _ACEOF
 
-  LIBS="-lpspell $LIBS"
+  LIBS="-laspell $LIBS"
 
 else