summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2010-06-05 19:52:43 -0700
committerMatthias Kramm <kramm@quiss.org>2010-06-05 19:52:43 -0700
commit2978381abd3c1b13fcb534280b66966b86982593 (patch)
tree9fb06ed43a65698078e5bf4367fe68295fb886f5
parentaf9a0b4c2720a7890c7226e32c2738f2ada135f8 (diff)
fixed bug in configureversion-0-9-1
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 62b064b4..ad297def 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