mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
595d08d0b4
commit
ec74433b67
@ -16,6 +16,7 @@ config.h
|
||||
config.h.in
|
||||
cscope.out
|
||||
cscope.files
|
||||
depcomp
|
||||
etags.files
|
||||
gnucash-config
|
||||
install-sh
|
||||
|
@ -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?)
|
||||
|
Loading…
Reference in New Issue
Block a user