]> www.fi.muni.cz Git - evince.git/commitdiff
Correctly check for comics option.
authorJani Monoses <jani.monoses@gmail.com>
Wed, 21 Dec 2005 21:41:17 +0000 (21:41 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 21 Dec 2005 21:41:17 +0000 (21:41 +0000)
2005-12-22  Jani Monoses <jani.monoses@gmail.com>

* configure.ac:

Correctly check for comics option.

ChangeLog
configure.ac

index 92caf14befb4f1af05880d148783aaa7bb15845f..ca3fa3bac04d53c5cc607dd0e1348f96c19aed4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-22  Jani Monoses <jani.monoses@gmail.com>
+
+       * configure.ac:
+       
+       Correctly check for comics option.
+
 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
        * Makefile.am:
        * configure.ac:
index b66c188182c8cd732cd2c07a5064668cd61b7a6e..bb8ec0552b1bf7721c7e756cadeb73722f130e43 100644 (file)
@@ -279,7 +279,7 @@ dnl ================== End of pixbuf checks ====================================
 dnl ================== comic book checks ===================================================
  
 AC_ARG_ENABLE(comics,
-       [AC_HELP_STRING([--enable-comics], [Compile with support for comic book archives])],enable_comics=yes,enable_comics=no)
+       [AC_HELP_STRING([--enable-comics], [Compile with support for comic book archives])],enable_comics="$enableval",enable_comics=no)
 if test "x$enable_comics" = "xyes"; then
        AC_DEFINE([ENABLE_COMICS], [1], [Enable support for comics.])
 fi