diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-27 10:53:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-27 10:53:32 +0800 |
commit | 734a5f154e5b1cf1fc65d66a2a66a8916d8a05fd (patch) | |
tree | f1427f7abbe2fd88b7767fb6e39e71822f04ac5f /ChangeLog | |
parent | 2a000947a59200e1bd0ce9ab56f1a3aa5b3890bb (diff) | |
download | gsoc2013-evolution-734a5f154e5b1cf1fc65d66a2a66a8916d8a05fd.tar.gz gsoc2013-evolution-734a5f154e5b1cf1fc65d66a2a66a8916d8a05fd.tar.zst gsoc2013-evolution-734a5f154e5b1cf1fc65d66a2a66a8916d8a05fd.zip |
only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled.
2003-01-26 Chris Toshok <toshok@ximian.com>
* configure.in: only do the CONDUIT_CFLAGS/LIBS stuff if pilot
conduits have been enabled.
svn path=/trunk/; revision=19638
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-01-26 Chris Toshok <toshok@ximian.com> + * configure.in: only do the CONDUIT_CFLAGS/LIBS stuff if pilot + conduits have been enabled. + +2003-01-26 Chris Toshok <toshok@ximian.com> + * configure.in: in the --enable-pilot-conduits stanza, use PKG_CHECK_MODULES to get the gnome-pilot-2.0 (and therefore pilot-link) cflags/libs before doing our utf-8 check. also, |