aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-01 10:07:14 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-01 10:07:14 -0800
commit72edf82cd0d102405e962ea266eb00f5eb2d1f3c (patch)
treecd616f550f1e72ce0303cd3bcac54447fca9acb3 /configure
parentd4a765b63e70254273c0fd5673056ad2a456a96c (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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