diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 02:35:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 02:35:32 +0000 |
commit | c198b6d87e373c8716f18393e8b6735749dfdb1d (patch) | |
tree | 05c2ea29c18b6c6d0fe789dd0faf27bb858e0909 /configure.in | |
parent | fac375265a2cba83f5340a965b0f433a475cf0f6 (diff) | |
download | tor-c198b6d87e373c8716f18393e8b6735749dfdb1d.tar.gz tor-c198b6d87e373c8716f18393e8b6735749dfdb1d.zip |
r8955@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.
svn:r8662
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 aebbee69c5..47ae1ed845 100644 --- a/configure.in +++ b/configure.in @@ -338,7 +338,7 @@ if test "$ac_cv_openssl_dir" != "(system)"; then 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, [ |