ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/alpine/files/patch-configure
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
File size: 955 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- configure.orig 2008-08-21 18:41:04.000000000 -0700
2 +++ configure 2008-09-05 22:36:00.000000000 -0700
3 @@ -23041,7 +23041,7 @@
4 case "$SPELLPROG" in
5 no)
6 ;;
7 - yes)
8 + yes|*aspell|*ispell)
9 # Extract the first word of "aspell", so it can be a program name with args.
10 set dummy aspell; ac_word=$2
11 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12 @@ -23233,7 +23233,7 @@
13 case "$ISPELLPROG" in
14 no)
15 ;;
16 - yes)
17 + yes|*aspell|*ispell)
18 # Extract the first word of "aspell", so it can be a program name with args.
19 set dummy aspell; ac_word=$2
20 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21 @@ -33251,7 +33251,7 @@
22 c_client_specials="${c_client_specials}SSLTYPE=none "
23 else
24
25 - if test -n "$alpine_SSLCERTS" -a -d "$alpine_SSLCERTS" ; then
26 + if test -n "$alpine_SSLCERTS" ; then
27 certdir="$alpine_SSLCERTS"
28 elif test -n "$alpine_SSLDIR" -a -d "${alpine_SSLDIR}/certs" ; then
29 certdir="${alpine_SSLDIR}/certs"