aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Mike Kelly <pioto@pioto.org>2010-04-07 11:48:31 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-07 16:00:48 -0700
commit37b8f5a8f2af32eabbb5ff1ba751bdfa2ee08082 (patch)
treeccb3a5c8cfabdbe9fad1d83f0e50f3ff4fde33b1 /configure
parentf5640eb1442ee166cb49af2919281be0638938a3 (diff)
Fix the default value for --includedir.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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}