X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=aa19993feefbed0b0c20e079f2c5c7dcec804718;hp=515718a2d9325f3637c9d5d42c2093088b8fd3d9;hb=ddb6b1f242031dc55e52403029ac851cc70bd1f8;hpb=6595b27601ff72318acbcec25861ba1c824777df diff --git a/configure.in b/configure.in index 515718a..aa19993 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ if test "x$enable_lame" = "xno";then fi,DISABLE_LAME=) PACKAGE=swftools -VERSION=2010-02-06-1900 +VERSION=2010-05-20-1815 # ------------------------------------------------------------------ @@ -395,7 +395,9 @@ if test "x$RUBY_OK" '!=' "xyes";then # fail silently- the most users won't have any need for the # ruby interface anyway else - rubygfx="lib/ruby/Makefile" + if test -f "lib/ruby/Makefile.in";then + rubygfx="lib/ruby/Makefile" + fi fi # ------------------------------------------------------------------