ruby-changes:31241
From: nobu <ko1@a...>
Date: Thu, 17 Oct 2013 08:36:20 +0900 (JST)
Subject: [ruby-changes:31241] nobu:r43320 (trunk): Makefile.sub: fix typo
nobu 2013-10-17 08:36:15 +0900 (Thu, 17 Oct 2013) New Revision: 43320 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43320 Log: Makefile.sub: fix typo * win32/Makefile.sub (HAVE_PSAPI_H): fix typo. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 43319) +++ win32/Makefile.sub (revision 43320) @@ -308,7 +308,7 @@ STACK = $(STACK),$(STACK_COMMIT) https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L308 !endif ORGLIBPATH = $(LIB) -!if defined(HAVE_PSAPI_H) +!if !defined(HAVE_PSAPI_H) HAVE_PSAPI_H = 0 !endif #### End of system configuration section. #### -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/