[or-cvs] r8662: Add some quotes to a test in configure.in, so IRIX will run (tor/trunk)

nickm at seul.org nickm at seul.org
Mon Oct 9 02:35:33 UTC 2006


Author: nickm
Date: 2006-10-08 22:35:32 -0400 (Sun, 08 Oct 2006)
New Revision: 8662

Modified:
   tor/trunk/
   tor/trunk/configure.in
Log:
 r8955 at totoro:  nickm | 2006-10-08 22:23:17 -0400
 Add some quotes to a test in configure.in, so IRIX will run the configure script without warning.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r8955] on 96637b51-b116-0410-a10e-9941ebb49b64

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2006-10-09 02:10:00 UTC (rev 8661)
+++ tor/trunk/configure.in	2006-10-09 02:35:32 UTC (rev 8662)
@@ -338,7 +338,7 @@
   fi
 fi
 
-if test -z $CROSS_COMPILE
+if test -z "$CROSS_COMPILE"
 then
 AC_CACHE_CHECK([whether we need extra options to link OpenSSL],
                ac_cv_openssl_linker_option, [



More information about the tor-commits mailing list