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.
This commit is contained in:
Carl Worth 2009-12-01 10:07:14 -08:00
parent d4a765b63e
commit 72edf82cd0

4
configure vendored
View file

@ -106,8 +106,8 @@ with a command such as:
sudo apt-get install pkg-config sudo apt-get install pkg-config
But if pkg-config is not available for your system, then you will need 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 to manually edit the notmuch Makefile to set the variables such as
NOTMUCH_LDFLAGS to the correct values without calling pkg-config. CFLAGS and LDFLAGS to the correct values without calling pkg-config.
EOF EOF
fi fi