* configure.ac
Export -DSOLARIS in CFLAGS for all
Solaris (not just 2.8) and OpenSolaris
+2007-10-06 [colin] 3.0.2cvs17
+
+ * configure.ac
+ Export -DSOLARIS in CFLAGS for all
+ Solaris (not just 2.8) and OpenSolaris
+
2007-10-06 [paul] 3.0.2cvs16
* AUTHORS
( cvs diff -u -r 1.60.2.37 -r 1.60.2.38 src/filtering.c; ) > 3.0.2cvs14.patchset
( cvs diff -u -r 1.1.4.86 -r 1.1.4.87 src/etpan/imap-thread.c; ) > 3.0.2cvs15.patchset
( cvs diff -u -r 1.100.2.53 -r 1.100.2.54 AUTHORS; cvs diff -u -r 1.5.2.23 -r 1.5.2.24 src/exporthtml.c; cvs diff -u -r 1.28.2.39 -r 1.28.2.40 src/mbox.c; cvs diff -u -r 1.1.2.40 -r 1.1.2.41 src/gtk/authors.h; ) > 3.0.2cvs16.patchset
+( cvs diff -u -r 1.654.2.2985 -r 1.654.2.2986 configure.ac; ) > 3.0.2cvs17.patchset
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=16
+EXTRA_VERSION=17
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
CFLAGS="$CFLAGS -mms-bitfields"
LIBS="$LIBS -l${pthread_name} -lws2_32 -lregex"
;;
-*-sun-solaris2.8)
+*-sun-solaris*)
+ CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
+ CFLAGS="$CFLAGS -DSOLARIS"
+ ;;
+*-pc-solaris*)
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
CFLAGS="$CFLAGS -DSOLARIS"
;;