[geos-commits] r3790 - trunk/macros
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Mar 12 09:20:09 PDT 2013
Author: strk
Date: 2013-03-12 09:20:09 -0700 (Tue, 12 Mar 2013)
New Revision: 3790
Modified:
trunk/macros/ruby.m4
Log:
Fix "puts puts" typo in ruby macro (#625)
Modified: trunk/macros/ruby.m4
===================================================================
--- trunk/macros/ruby.m4 2013-03-11 11:19:59 UTC (rev 3789)
+++ trunk/macros/ruby.m4 2013-03-12 16:20:09 UTC (rev 3790)
@@ -38,7 +38,7 @@
RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["sitearchdir"]] || Config::CONFIG[["sitearchdir"]]'`
dnl Get Ruby shared library name, this does not include the lib prefix or extension name
- RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts puts RbConfig::CONFIG[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
+ RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
dnl Get Ruby shared libary name
RUBY_SHARED_LIB=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY"]] || Config::CONFIG[["LIBRUBY"]]'`
More information about the geos-commits
mailing list