[PATCH] Fix the default value for --includedir.

Subject: [PATCH] Fix the default value for --includedir.

Date: Wed, 7 Apr 2010 11:48:31 -0400

To: notmuch@notmuchmail.org

Cc:

From: Mike Kelly


---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 21780a6..59e4092 100755
--- a/configure
+++ b/configure
@@ -357,7 +357,7 @@ prefix = ${PREFIX}
 libdir = ${LIBDIR:=\$(prefix)/lib}
 
 # The directory to which header files should be installed
-includedir = ${INCLUDEDIR:=\$(prefix)/lib}
+includedir = ${INCLUDEDIR:=\$(prefix)/include}
 
 # The directory to which man pages should be installed
 mandir = ${MANDIR:=\$(prefix)/share/man}
-- 
1.7.0.4


Thread: