diff options
author | 9 <jpr@ximian.com> | 2002-07-10 00:13:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-07-10 00:13:21 +0800 |
commit | 616d0de7ab221de09520434d59c4424347f5335b (patch) | |
tree | 360f541ea2b64da5a9e7341d29666b61be89ca59 | |
parent | b54806a43221fe65b1fcbe6a3eacdd327b45b673 (diff) | |
download | gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar.gz gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar.bz2 gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar.lz gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar.xz gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.tar.zst gsoc2013-evolution-616d0de7ab221de09520434d59c4424347f5335b.zip |
re-order nss and nspr flags
2002-07-09 <jpr@ximian.com>
* configure.in: re-order nss and nspr flags
svn path=/trunk/; revision=17389
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-07-09 <jpr@ximian.com> + + * configure.in: re-order nss and nspr flags + 2002-07-03 Peter Williams <peterw@ximian.com> * README: Fix the URL for the DB 3.1.17 package; it's moved. diff --git a/configure.in b/configure.in index fe35450375..aaf3f0fd6e 100644 --- a/configure.in +++ b/configure.in @@ -1064,8 +1064,8 @@ AC_SUBST(GTKHTML_DATADIR) dnl --- Flags for the various libraries we build EVO_SET_COMPILE_FLAGS(CAMEL, gal xml, - $THREADS_CFLAGS $KRB4_CFLAGS $NSPR_CFLAGS $NSS_CFLAGS $OPENSSL_CFLAGS, - $THREADS_LIBS $KRB4_LDFLAGS $NSPR_LDFLAGS $NSS_LDFLAGS $OPENSSL_LDFLAGS) + $THREADS_CFLAGS $KRB4_CFLAGS $NSS_CFLAGS $NSPR_CFLAGS $OPENSSL_CFLAGS, + $THREADS_LIBS $KRB4_LDFLAGS $NSS_LDFLAGS $NSPR_LDFLAGS $OPENSSL_LDFLAGS) AC_SUBST(CAMEL_CFLAGS) AC_SUBST(CAMEL_LIBS) |