mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add helpful error message if other package is unavailable
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15706 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4ebb0dc551
commit
e46aceda72
@ -596,6 +596,7 @@ function inst_goffice() {
|
||||
./configure ${HOST_XCOMPILE} --prefix=$_GOFFICE_UDIR \
|
||||
CPPFLAGS="${GNOME_CPPFLAGS} ${PCRE_CPPFLAGS}" \
|
||||
LDFLAGS="${GNOME_LDFLAGS} ${PCRE_LDFLAGS}"
|
||||
[ -d ../libgsf-* ] || die "We need the unpacked package $TMP_UDIR/libgsf-*; please unpack it in $TMP_UDIR"
|
||||
[ -f dumpdef.pl ] || cp -p ../libgsf-*/dumpdef.pl .
|
||||
make
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user