X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=aa19993feefbed0b0c20e079f2c5c7dcec804718;hp=d26a100a06a8d2b4e257ad5b615abb1ab2da224b;hb=8fb53b51553f27cc666dc491f3e24ce1b39c9437;hpb=f2cd87efc4d91982c932ecb13c19d48980209e7a 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 # ------------------------------------------------------------------