From: Jani Monoses Date: Wed, 21 Dec 2005 21:41:17 +0000 (+0000) Subject: Correctly check for comics option. X-Git-Tag: EVINCE_0_5_0~51 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=89b4274ac9fc60554d8814c603f16710ef131297;p=evince.git Correctly check for comics option. 2005-12-22 Jani Monoses * configure.ac: Correctly check for comics option. --- diff --git a/ChangeLog b/ChangeLog index 92caf14b..ca3fa3ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-22 Jani Monoses + + * configure.ac: + + Correctly check for comics option. + 2005-12-21 Eduardo Lima * Makefile.am: * configure.ac: diff --git a/configure.ac b/configure.ac index b66c1881..bb8ec055 100644 --- a/configure.ac +++ b/configure.ac @@ -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