From 89b4274ac9fc60554d8814c603f16710ef131297 Mon Sep 17 00:00:00 2001 From: Jani Monoses Date: Wed, 21 Dec 2005 21:41:17 +0000 Subject: [PATCH] Correctly check for comics option. 2005-12-22 Jani Monoses * configure.ac: Correctly check for comics option. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.43.5