From: Mike Kelly Date: Wed, 7 Apr 2010 15:48:31 +0000 (-0400) Subject: Fix the default value for --includedir. X-Git-Tag: 0.2~84 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=37b8f5a8f2af32eabbb5ff1ba751bdfa2ee08082 Fix the default value for --includedir. --- diff --git a/configure b/configure index 959c65aa..5af78523 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}