summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:15:53 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-11 09:15:53 +0000
commit8ff86f941047ef9c32d954dfa36e8445dedcb590 (patch)
tree931b23a6c0f5870338eeec5497c48cb0bc1ee2be /GNUmakefile
parentfc55c1a5dea1b96db0fd36b9c854000ad4137bf1 (diff)
downloadcryptopp-8ff86f941047ef9c32d954dfa36e8445dedcb590.tar.gz
fix ISX86
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@251 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index baf650c..6746d08 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -12,7 +12,7 @@ RANLIB = ranlib
CP = cp
MKDIR = mkdir
UNAME = $(shell uname)
-ISX86 = $(shell uname -m | grep -c "i.86\|x86_64")
+ISX86 = $(shell uname -m | grep -c "i.86\|x86")
ISMINGW = $(shell uname | grep -c "MINGW32")
# Default prefix for make install