Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
5aa83287
Commit
5aa83287
authored
Oct 07, 2006
by
Peter Palfrader
Browse files
r10016@danube: weasel | 2006-10-07 03:25:51 +0200
Fix a configure notice on crosscompile svn:r8625
parent
e67e1749
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
5aa83287
...
...
@@ -603,7 +603,7 @@ return problem ? 1 : 0; }]])],
else
# Cross-compiling; let's hope that the target isn't raving mad.
AC_MSG_NOTICE([Cross-compiling: we'll assume that
NULL is represented as a sequence of 0-valued bytes
.])
AC_MSG_NOTICE([Cross-compiling: we'll assume that
negative integers are represented with two's complement
.])
tor_cv_twos_complement=yes
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment