tomboy r2238 - trunk
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2238 - trunk
- Date: Thu, 23 Oct 2008 14:55:27 +0000 (UTC)
Author: sharm
Date: Thu Oct 23 14:55:26 2008
New Revision: 2238
URL: http://svn.gnome.org/viewvc/tomboy?rev=2238&view=rev
Log:
* tomboy/configure.in: Set has_fixed_panelapplet *after*
PKG_CHECK_MODULES macro. Setting that variable as part of the macro
was keeping configure from failing on missing packages.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Oct 23 14:55:26 2008
@@ -145,9 +145,8 @@
gnome-sharp-2.0
gconf-sharp-2.0
gconf-sharp-peditors-2.0
- gnome-panel-sharp-2.24,
- has_fixed_panelapplet="yes",
- has_fixed_panelapplet="no")
+ gnome-panel-sharp-2.24)
+ has_fixed_panelapplet="yes"
else
if pkg-config --atleast-version=2.16.1 gconf-sharp-2.0; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]