From 5aa83287bdccb5845e4fcddd355be1422ec80316 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 7 Oct 2006 01:26:41 +0000 Subject: r10016@danube: weasel | 2006-10-07 03:25:51 +0200 Fix a configure notice on crosscompile svn:r8625 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2c3447a32..6e695d64c 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 -- cgit v1.2.3