[evolution-patches] File Chooser configure.in patch
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] File Chooser configure.in patch
- Date: Fri, 13 Aug 2004 12:47:13 -0400
Just a minor cleanup.
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1356
diff -u -r1.1356 ChangeLog
--- ChangeLog 12 Aug 2004 21:21:13 -0000 1.1356
+++ ChangeLog 13 Aug 2004 16:49:50 -0000
@@ -1,3 +1,7 @@
+2004-08-13 JP Rosevear <jpr novell com>
+
+ * configure.in: use $PKG_CONFIG instead of pkg-config
+
2004-08-12 Rodney Dawes <dobey novell com>
* data/evolution.desktop.in.in: Update Name and description to
Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution/configure.in,v
retrieving revision 1.705
diff -u -r1.705 configure.in
--- configure.in 12 Aug 2004 21:08:49 -0000 1.705
+++ configure.in 13 Aug 2004 16:49:51 -0000
@@ -1010,7 +1010,7 @@
dnl enable USE_GTKFILECHOOSER if gtk version is > 2.4.0
AC_ARG_ENABLE(file-chooser, [ --enable-file-chooser Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog], enable_file_chooser="$enableval", enable_file_chooser="yes")
if test "x$enable_file_chooser" = "xyes"; then
- if pkg-config --atleast-version=2.4.0 gtk+-2.0; then
+ if $PKG_CONFIG --atleast-version=2.4.0 gtk+-2.0; then
AC_DEFINE(USE_GTKFILECHOOSER,1,[Use new GtkFileChooser])
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]