2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
Fix libspectre check in configure script. Fixes bug #528549.
svn path=/trunk/; revision=3009
+2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * configure.ac:
+
+ Fix libspectre check in configure script. Fixes bug #528549.
+
2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
[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"