a967e7992b
The 1.2 series includes a host of new features including IPv6 support and SSL support via OpenSSL instead of mucking about with Mozilla libraries. For a complete list of the new features, the 1.2 series release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.html while the 1.2.1 release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html ok todd@
22 lines
585 B
Plaintext
22 lines
585 B
Plaintext
$OpenBSD: patch-libical_configure,v 1.2 2003/01/03 21:53:07 marcm Exp $
|
|
--- libical/configure.orig Fri Sep 13 14:38:13 2002
|
|
+++ libical/configure Wed Oct 9 16:57:56 2002
|
|
@@ -1655,7 +1655,7 @@ if test "${enable_shared+set}" = set; th
|
|
enableval="$enable_shared"
|
|
p=${PACKAGE-default}
|
|
case $enableval in
|
|
-yes) enable_shared=yes ;;
|
|
+yes) enable_shared=no ;;
|
|
no) enable_shared=no ;;
|
|
*)
|
|
enable_shared=no
|
|
@@ -1670,7 +1670,7 @@ no) enable_shared=no ;;
|
|
;;
|
|
esac
|
|
else
|
|
- enable_shared=yes
|
|
+ enable_shared=no
|
|
fi
|
|
|
|
# Check whether --enable-static or --disable-static was given.
|