David Hampton's autotool patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6525 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2002-01-07 02:41:09 +00:00
parent 595d08d0b4
commit ec74433b67
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ config.h
config.h.in
cscope.out
cscope.files
depcomp
etags.files
gnucash-config
install-sh

View File

@ -634,10 +634,10 @@ then
if test $enableval = yes; then
EFENCE_LIBS="-lefence"
USE_EFENCE=1
AC_DEFINE(USE_EFENCE)
fi,
USE_EFENCE=0
EFENCE_LIBS="")
AC_DEFINE(USE_EFENCE)
AC_SUBST(EFENCE_LIBS)
## Things guppi needs (actually are these guppi dependencies or gtkhtml's?)