X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=62b064b4431ad345ce69763f544e3f1ef71ad6a8;hp=d26a100a06a8d2b4e257ad5b615abb1ab2da224b;hb=5087664bd948fef71d47da4b64fee540fd493ce1;hpb=66df092f4ed9c62b8d9c1498c93cae2b1d50ec02 diff --git a/configure.in b/configure.in index d26a100..62b064b 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-05-20-1815 +VERSION=0.9.1 # ------------------------------------------------------------------ @@ -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 # ------------------------------------------------------------------