From: Carlos Garcia Campos Date: Thu, 17 Apr 2008 13:50:09 +0000 (+0000) Subject: Fix libspectre check in configure script. Fixes bug #528549. X-Git-Tag: EVINCE_2_23_4~39 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=266337db6a75c3c7998ff133c34c3b70e40de0ab;p=evince.git Fix libspectre check in configure script. Fixes bug #528549. 2008-04-17 Carlos Garcia Campos * configure.ac: Fix libspectre check in configure script. Fixes bug #528549. svn path=/trunk/; revision=3009 --- diff --git a/ChangeLog b/ChangeLog index 646caefc..f16c8149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-17 Carlos Garcia Campos + + * configure.ac: + + Fix libspectre check in configure script. Fixes bug #528549. + 2008-04-16 Carlos Garcia Campos * configure.ac: diff --git a/configure.ac b/configure.ac index 6c7b755c..4b0dd846 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ AC_ARG_ENABLE(ps, [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"