blob: d4b1482f0868aded9568a3385482dd4993b6b492 (
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
|
--- configure.orig Mon Mar 11 19:50:42 2002
+++ configure Tue Mar 12 14:49:15 2002
@@ -756,7 +756,7 @@
fi
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
MAJOR_VERSION=0
MINOR_VERSION=7
@@ -1146,7 +1146,7 @@
fi
-if test -d "$gnomedir"; then
+if false; then
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
@@ -7470,9 +7470,9 @@
localedir='${prefix}/${DATADIRNAME}/locale'
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
if test "x${datadir}" = 'x${prefix}/share'; then
@@ -8939,7 +8939,7 @@
if test "$ac_cv_enable_ldap" = yes; then
CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`"
- LIBS="$LIBS -lldap -llber -lpthread -lresolv `$GLIB_CONFIG --libs gthread`"
+ LIBS="$LIBS -lldap -llber ${PTHREAD_LIBS} `$GLIB_CONFIG --libs gthread`"
fi
else
echo "$ac_t""no" 1>&6
|