summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-16 23:36:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-16 23:36:15 +0000
commitb62bfa2a662fbb30b48ff7a6fbddd530dd5c8c04 (patch)
tree233e27eb12c2fec524e738dcbf0b2fa1ffac7841 /win32
parent50b0f0eb1bbd4d3ee9c9d9ea6c35b58326dd34ca (diff)
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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. ####