Patch updated to contain !<verconf>! mark.

Moves the RUBYGEMS_DIR macro definition into verconf.h. This change was
requested by nobu at https://bugs.ruby-lang.org/issues/5617
This commit is contained in:
Vít Ondruch 2012-06-06 14:19:36 +02:00
parent 4efe111a88
commit dc683b73ac
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ index b1bc951..91c5d0d 100644
+ AS_HELP_STRING([--with-rubygemsdir=DIR], [custom rubygems directory]),
+ [rubygemsdir=$withval])
+if test "$rubygemsdir" != ""; then
+ AC_DEFINE_UNQUOTED(RUBYGEMS_DIR,"$rubygemsdir")
+ AC_DEFINE_UNQUOTED(RUBYGEMS_DIR,"$rubygemsdir" !<verconf>!)
+fi
+
if test "${LOAD_RELATIVE+set}"; then