From 524bee9fe063aa272969747a77b4de2b48d8c83f Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 12 Oct 2001 16:53:25 +0000 Subject: [PATCH] fix the opt-style include ath as well git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5583 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e658daa11b..7ab5a3491d 100644 --- a/configure.in +++ b/configure.in @@ -132,7 +132,7 @@ if test x${gnc_opt_style_install} = xtrue then GNC_CONFIGDIR='${sysconfdir}' GNC_DOC_INSTALL_DIR='${datadir}/doc' - GNC_INCLUDE_DIR=${includedir}/gnucash + GNC_INCLUDE_DIR=${includedir} GNC_LIBDIR='${libdir}' GNC_SCM_INSTALL_DIR='${datadir}/scm' GNC_SHAREDIR='${datadir}'