From 37b8f5a8f2af32eabbb5ff1ba751bdfa2ee08082 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Wed, 7 Apr 2010 11:48:31 -0400 Subject: [PATCH] Fix the default value for --includedir. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.0