Fix configure.in problem. Remove engine cruft.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2421 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-06-05 23:55:15 +00:00
parent 9805ef402f
commit bbcdfa4a5d
7 changed files with 11 additions and 135 deletions
+2 -2
View File
@@ -394,7 +394,7 @@ AC_PATH_PROG(G_WRAP, g-wrap)
if test x"${G_WRAP_COMPILE_ARGS}" = x || \
test x"${G_WRAP_LINK_ARGS}" = x || \
! test -x "${G_WRAP}";
test ! -x "${G_WRAP}";
then
AC_MSG_ERROR([
@@ -428,7 +428,7 @@ AC_PATH_PROG(GUILE, guile)
if test x"${GUILE_COMPILE_ARGS}" = x || \
test x"${GUILE_LINK_ARGS}" = x || \
! test -x "${GUILE}";
test ! -x "${GUILE}";
then
AC_MSG_ERROR([