[or-cvs] r8625: Fix a configure notice on crosscompile (tor/trunk)

weasel at seul.org weasel at seul.org
Sat Oct 7 01:26:45 UTC 2006


Author: weasel
Date: 2006-10-06 21:26:41 -0400 (Fri, 06 Oct 2006)
New Revision: 8625

Modified:
   tor/trunk/
   tor/trunk/configure.in
Log:
 r10016 at danube:  weasel | 2006-10-07 03:25:51 +0200
 Fix a configure notice on crosscompile



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /local/or/tor/trunk [r10016] on 17f730b7-d419-0410-b50f-85ee4b70197a

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2006-10-07 01:10:57 UTC (rev 8624)
+++ tor/trunk/configure.in	2006-10-07 01:26:41 UTC (rev 8625)
@@ -603,7 +603,7 @@
 
 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
 



More information about the tor-commits mailing list