Fix the default value for --includedir.

This commit is contained in:
Mike Kelly 2010-04-07 11:48:31 -04:00 committed by Carl Worth
parent f5640eb144
commit 37b8f5a8f2

2
configure vendored
View file

@ -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}