mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
d4a765b63e
commit
72edf82cd0
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue