X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=ad297def3d293f2bcfd90d32925429c179ff2632;hp=62b064b4431ad345ce69763f544e3f1ef71ad6a8;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=5087664bd948fef71d47da4b64fee540fd493ce1 diff --git a/configure.in b/configure.in index 62b064b..ad297de 100644 --- a/configure.in +++ b/configure.in @@ -391,7 +391,9 @@ fi RFX_CHECK_RUBY if test "x$RUBY_OK" '!=' "xyes";then - echo all install uninstall clean: > lib/ruby/Makefile + if test -d "lib/ruby/";then + echo all install uninstall clean: > lib/ruby/Makefile + fi # fail silently- the most users won't have any need for the # ruby interface anyway else