From b62bfa2a662fbb30b48ff7a6fbddd530dd5c8c04 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Oct 2013 23:36:15 +0000 Subject: Makefile.sub: fix typo * win32/Makefile.sub (HAVE_PSAPI_H): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a963146ad7..ba936d2031 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -308,7 +308,7 @@ STACK = $(STACK),$(STACK_COMMIT) !endif ORGLIBPATH = $(LIB) -!if defined(HAVE_PSAPI_H) +!if !defined(HAVE_PSAPI_H) HAVE_PSAPI_H = 0 !endif #### End of system configuration section. #### -- cgit v1.2.3