mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-13 06:25:03 -05:00
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:
+2
-2
@@ -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([
|
||||
|
||||
|
||||
Reference in New Issue
Block a user