]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Fix pkg-config warning to not refer to non-existent variables.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 18:07:14 +0000 (10:07 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 18:07:14 +0000 (10:07 -0800)
We used to have NOTMUCH_CFLAGS and NOTMUCH_LDFLAGS in the Makefile, but
we don't anymore, so don't refer to them.

configure

index b1ac741d32d6361aaec4643bc21508ff39104aa3..64816e0ffeb72cd1ab03ad4b3f57448d36e281b1 100755 (executable)
--- 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
        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
 
 EOF
     fi