summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-12-26 21:41:10 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-12-26 21:41:10 +0000
commitcf559d2e55169ff436c5d587b54d86318391ed92 (patch)
tree11b06e18fa3a3ff1bc16e5edc695c97962efbced /test
parente331ea8e9d1016286d677ff42fe001524e762c5f (diff)
downloadlibapr-util-cf559d2e55169ff436c5d587b54d86318391ed92.tar.gz
win32 find.exe != bsd/gnu find, and we want the native flavor.
This fails on ancient OS's, but then again, ancient flavors won't be compiling to x64. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@606956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.win3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index df908c59..042d9ac9 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -31,7 +31,8 @@ OUTDIR=LibR
OUTDIR=Release
!ENDIF
-!IF [$(COMSPEC) /c cl /nologo /? | find "x64" >NUL ] == 0
+!IF [$(COMSPEC) /c cl /nologo /? \
+ | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
OUTDIR=x64\$(OUTDIR)
!ENDIF
!ENDIF