diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-10-07 01:26:41 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-10-07 01:26:41 +0000 |
commit | 5aa83287bdccb5845e4fcddd355be1422ec80316 (patch) | |
tree | bd1100edc9664be9b85f04bfe543203eb0dbcdc0 /configure.in | |
parent | e67e1749329adf8ceb81c82835f2f59b2c857b56 (diff) | |
download | tor-5aa83287bdccb5845e4fcddd355be1422ec80316.tar.gz tor-5aa83287bdccb5845e4fcddd355be1422ec80316.zip |
r10016@danube: weasel | 2006-10-07 03:25:51 +0200
Fix a configure notice on crosscompile
svn:r8625
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2c3447a32f..6e695d64c6 100644 --- a/configure.in +++ b/configure.in @@ -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 |