summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan@mozilla.com>2014-07-07 08:05:07 -0400
committerEhsan Akhgari <ehsan@mozilla.com>2014-07-07 08:05:07 -0400
commit163294e16931a02c6cce4d0dfbcce94e52525e4c (patch)
treee0055746f73120645c49f68794bece93401158d6
parent7ea4f04ff744947f11504546918fd33933d4a235 (diff)
downloadnspr-hg-NSPR_4_10_7_BETA3.tar.gz
Bug 1034415 - Do not hardcode cl.exe as the NSPR compiler on Windows; r=tedNSPR_4_10_7_BETA3
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 5579834d..bb4c28fb 100755
--- a/configure
+++ b/configure
@@ -7099,8 +7099,6 @@ tools are selected during the Xcode/Developer Tools installation." "$LINENO" 5
# Use temp file for windres (bug 213281)
RCFLAGS='-O coff --use-temp-file'
else
- CC=cl
- CXX=cl
LD=link
AR='lib -NOLOGO -OUT:"$@"'
AR_FLAGS=
diff --git a/configure.in b/configure.in
index 24c738b2..06779902 100644
--- a/configure.in
+++ b/configure.in
@@ -1915,8 +1915,6 @@ tools are selected during the Xcode/Developer Tools installation.])
# Use temp file for windres (bug 213281)
RCFLAGS='-O coff --use-temp-file'
else
- CC=cl
- CXX=cl
LD=link
AR='lib -NOLOGO -OUT:"$@"'
AR_FLAGS=