From 72edf82cd0d102405e962ea266eb00f5eb2d1f3c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 1 Dec 2009 10:07:14 -0800 Subject: [PATCH] configure: Fix pkg-config warning to not refer to non-existent variables. We used to have NOTMUCH_CFLAGS and NOTMUCH_LDFLAGS in the Makefile, but we don't anymore, so don't refer to them. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b1ac741d..64816e0f 100755 --- a/configure +++ b/configure @@ -106,8 +106,8 @@ with a command such as: sudo apt-get install pkg-config But if pkg-config is not available for your system, then you will need -to manually edit the notmuch Makefile to set NOTMUCH_CFLAGS and -NOTMUCH_LDFLAGS to the correct values without calling pkg-config. +to manually edit the notmuch Makefile to set the variables such as +CFLAGS and LDFLAGS to the correct values without calling pkg-config. EOF fi -- 2.43.0