eog-plugins r31 - trunk
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: eog-plugins r31 - trunk
- Date: Tue, 8 Apr 2008 20:46:44 +0100 (BST)
Author: lucasr
Date: Tue Apr 8 20:46:44 2008
New Revision: 31
URL: http://svn.gnome.org/viewvc/eog-plugins?rev=31&view=rev
Log:
2008-04-08 Lucas Rocha <lucasr gnome org>
* configure.ac: property check postr program and disable plugin
accordingly in case the program is not installed.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Apr 8 20:46:44 2008
@@ -287,6 +287,10 @@
if test "$?" = 1
then
AC_PATH_PROG(POSTR, postr)
+ if test -z "$POSTR"
+ then
+ undef_plugin postr "postr was not found"
+ fi
fi
if test -z "$disabled_plugins"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]