X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=9cc3f23c2f32722148dd40705eab87f42bea4b76;hb=72b2fb4b532b4339d282db4bb6cd10508d066211;hp=62b064b4431ad345ce69763f544e3f1ef71ad6a8;hpb=5087664bd948fef71d47da4b64fee540fd493ce1;p=swftools.git diff --git a/configure.in b/configure.in index 62b064b..9cc3f23 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_ARG_ENABLE(warnings, AC_ARG_ENABLE(optimizations, [ --enable-optimizations turn on compiler optimizations (recommended for avi2swf)], OPTIMIZE=true) AC_ARG_ENABLE(lame, -[ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], +[ --disable-lame "don't compile any L.A.M.E. mp3 encoding code in"], if test "x$enable_lame" = "xno";then DISABLE_LAME=yes @@ -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