X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure;h=4bba197f647b5fd598c52b7ffa5eaa33104b7962;hp=6a86e2598d2e17fcb64305f8ff3eff79c8b4ad1f;hb=8fb53b51553f27cc666dc491f3e24ce1b39c9437;hpb=f2cd87efc4d91982c932ecb13c19d48980209e7a diff --git a/configure b/configure index 6a86e25..4bba197 100755 --- a/configure +++ b/configure @@ -2452,7 +2452,7 @@ fi PACKAGE=swftools -VERSION=2010-02-06-1900 +VERSION=2010-05-20-1815 # ------------------------------------------------------------------ @@ -6694,6 +6694,7 @@ int Init_foobar() { foobar = rb_define_module("foobar"); rb_define_module_function(foobar, "set_foo", foobar_set_foo, 2); + return 0; } int main() {return 0;} EOF @@ -6729,7 +6730,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 # ------------------------------------------------------------------