X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=62b064b4431ad345ce69763f544e3f1ef71ad6a8;hp=515718a2d9325f3637c9d5d42c2093088b8fd3d9;hb=5087664bd948fef71d47da4b64fee540fd493ce1;hpb=6595b27601ff72318acbcec25861ba1c824777df diff --git a/configure.in b/configure.in index 515718a..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-02-06-1900 +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 # ------------------------------------------------------------------