Ticket #21589: patch-compress-1.5.20.diff

File patch-compress-1.5.20.diff, 892 bytes (added by netj@…, 15 years ago)

Patch for configure to make it recognize --enable-compressed

  • configure

    old new  
    830830with_idn
    831831with_wc_funcs
    832832enable_full_doc
     833enable_compressed
    833834'
    834835      ac_precious_vars='build_alias
    835836host_alias
  • Makefile.in

    old new  
    1515
    1616@SET_MAKE@
    1717
    18 mutt_SOURCES += compress.c
    19 EXTRA_DIST += compress.h
    20 mutt_OBJECTS += compress.o
    21 
    2218
    2319VPATH = @srcdir@
    2420pkgdatadir = $(datadir)/@PACKAGE@
     
    394390        ChangeLog mkchangelog.sh mutt_idna.h \
    395391        snprintf.c regex.c crypt-gpgme.h hcachever.sh.in
    396392
     393mutt_SOURCES += compress.c
     394EXTRA_DIST += compress.h
     395mutt_OBJECTS += compress.o
    397396EXTRA_SCRIPTS = smime_keys
    398397mutt_dotlock_SOURCES = mutt_dotlock.c
    399398mutt_dotlock_LDADD = @LIBOBJS@