git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9a0b4
)
fixed bug in configure
version-0-9-1
author
Matthias Kramm
<kramm@quiss.org>
Sun, 6 Jun 2010 02:52:43 +0000
(19:52 -0700)
committer
Matthias Kramm
<kramm@quiss.org>
Sun, 6 Jun 2010 02:52:43 +0000
(19:52 -0700)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
62b064b
..
ad297de
100644
(file)
--- 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