[gnome-commander: 1/2] Remove chmlib configuration option




commit cd2d44313ce069606e2a9861e9deeaab72f593cb
Author: Matt Turner <mattst88 gmail com>
Date:   Sat Feb 5 13:27:01 2022 -0800

    Remove chmlib configuration option
    
    Added in commit 6465db01 ("Added support for Exif and IPTC metags in
    advanced file rename") in 2006 but never used.

 configure.ac | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d85a88ff..86b418af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,13 +139,6 @@ if test "x$have_taglib" = "xyes"; then
 fi
 
 
-dnl Check for libchm support
-AC_ARG_WITH(libchm, [AS_HELP_STRING([--without-libchm], [disable CHM support])])
-have_chm=no
-AC_CHECK_LIB(chm, chm_open, have_chm=yes, have_chm=no)
-AM_CONDITIONAL(HAVE_CHM, test "x$have_chm" = "xyes")
-
-
 dnl Check for libgsf support
 AC_ARG_WITH(libgsf, [AS_HELP_STRING([--without-libgsf], [disable OLE and ODF support])])
 have_gsf=no


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]