Update of /cvsroot/simspark/simspark/spark
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13129
Modified Files:
acinclude.m4
Log Message:
fixed ruby check
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/acinclude.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** acinclude.m4 19 Dec 2005 20:09:16 -0000 1.1
--- acinclude.m4 19 Feb 2006 12:56:07 -0000 1.2
***************
*** 18,22 ****
AC_PATH_PROGS(RUBY,[$ruby ruby],no)
# Test ruby interpreter
! if test $ruby = no; then
AC_MSG_ERROR(Could not find Ruby Interpreter. Please use --with-ruby option.)
fi
--- 18,22 ----
AC_PATH_PROGS(RUBY,[$ruby ruby],no)
# Test ruby interpreter
! if test $RUBY = no; then
AC_MSG_ERROR(Could not find Ruby Interpreter. Please use --with-ruby option.)
fi
|