evince r3009 - trunk
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3009 - trunk
- Date: Thu, 17 Apr 2008 14:50:32 +0100 (BST)
Author: carlosgc
Date: Thu Apr 17 14:50:09 2008
New Revision: 3009
URL: http://svn.gnome.org/viewvc/evince?rev=3009&view=rev
Log:
2008-04-17 Carlos Garcia Campos <carlosgc gnome org>
* configure.ac:
Fix libspectre check in configure script. Fixes bug #528549.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Apr 17 14:50:09 2008
@@ -252,7 +252,7 @@
[AC_HELP_STRING([--disable-ps], [Compile without PostScript backend])],enable_ps=$enableval,enable_ps="yes")
if test "x$enable_ps" = "xyes"; then
- if test "x$have_spectre = xyes"; then
+ if test "x$have_spectre" = "xyes"; then
AC_DEFINE([ENABLE_PS], [1], [Enable support for PostScript files.])
else
enable_ps="no"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]