Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
c6383bf9
Commit
c6383bf9
authored
Sep 10, 2015
by
teor (Tim Wilson-Brown)
Browse files
Use : rather than /bin/true in configure.ac
Some platforms have true at different locations, like /usr/bin/true.
parent
98be93d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c6383bf9
...
...
@@ -639,7 +639,7 @@ AC_TRY_COMPILE([
#error "too old"
#endif
], [],
[
/bin/true
],
[
:
],
[ AC_ERROR([OpenSSL is too old. We require 1.0.0 or later. You can specify a path to a newer one with --with-openssl-dir.]) ])
AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , ,
...
...
@@ -1070,7 +1070,7 @@ AC_CHECK_SIZEOF(pid_t)
AC_CHECK_TYPES([uint, u_char, ssize_t])
AC_PC_FROM_UCONTEXT([
/bin/true
])
AC_PC_FROM_UCONTEXT([
:
])
dnl used to include sockaddr_storage, but everybody has that.
AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t], , ,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment