Fixed ruby

This commit is contained in:
Jesse van den Kieboom 2006-01-06 00:28:08 +00:00
parent 84552f4d47
commit ef24fa00dd
1 changed files with 1 additions and 4 deletions

View File

@ -39,10 +39,7 @@ AC_SUBST(PACKAGE_LIBS)
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
AC_ARG_ENABLE(rubyen,
[
GnoeMoe specific options:
--disable-ruby disable use of the ruby scripting support],
AC_ARG_ENABLE(ruby, [ --disable-ruby disable use of the ruby scripting support],
rubyen=$enableval, rubyen=yes)
#----------------------------------------------------------------