X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=aa19993feefbed0b0c20e079f2c5c7dcec804718;hp=d26a100a06a8d2b4e257ad5b615abb1ab2da224b;hb=ddb6b1f242031dc55e52403029ac851cc70bd1f8;hpb=66df092f4ed9c62b8d9c1498c93cae2b1d50ec02 diff --git a/configure.in b/configure.in index d26a100..aa19993 100644 --- a/configure.in +++ b/configure.in @@ -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 # ------------------------------------------------------------------