Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8876A431FBD for ; Sat, 12 Apr 2014 09:30:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=5 tests=[UPPERCASE_50_75=0.791] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6KpBE5bhxVG1 for ; Sat, 12 Apr 2014 09:30:31 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id AC6FB431FBC for ; Sat, 12 Apr 2014 09:30:31 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id 4E99A1000E1; Sat, 12 Apr 2014 19:30:24 +0300 (EEST) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH 1/1] configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS Date: Sat, 12 Apr 2014 19:30:22 +0300 Message-Id: <1397320222-27138-1-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.8.0 Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 16:30:36 -0000 As it is defined in CONFIGURE_CXXFLAGS. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b8a3ce7..f447581 100755 --- a/configure +++ b/configure @@ -908,6 +908,7 @@ WITH_ZSH = ${WITH_ZSH} # Combined flags for compiling and linking against all of the above CONFIGURE_CFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS) \\ + \$(ZLIB_CFLAGS) \\ \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND) \\ \$(VALGRIND_CFLAGS) \\ -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR) \\ -- 1.8.0