Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
a4d2104c
Commit
a4d2104c
authored
Aug 02, 2016
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Output availability of ALPN in configure summary"
This reverts commit
f4a4abd1
.
parent
44672e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
configure.ac
configure.ac
+0
-11
No files found.
configure.ac
View file @
a4d2104c
...
@@ -650,16 +650,6 @@ AC_CHECK_FUNCS([ \
...
@@ -650,16 +650,6 @@ AC_CHECK_FUNCS([ \
AC_CHECK_FUNC([timerfd_create],
AC_CHECK_FUNC([timerfd_create],
[have_timerfd_create=yes], [have_timerfd_create=no])
[have_timerfd_create=yes], [have_timerfd_create=no])
# Explicitly check for availability of ALPN for human
save_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS $OPENSSL_LIBS"
AC_CHECK_FUNC([SSL_CTX_set_alpn_select_cb], [have_alpn=yes], [have_alpn=no])
LDFLAGS=$save_LDFLAGS
# For cygwin: we can link initgroups, so AC_CHECK_FUNCS succeeds, but
# For cygwin: we can link initgroups, so AC_CHECK_FUNCS succeeds, but
# cygwin disables initgroups due to feature test macro magic with our
# cygwin disables initgroups due to feature test macro magic with our
# configuration. FreeBSD declares initgroups() in unistd.h.
# configuration. FreeBSD declares initgroups() in unistd.h.
...
@@ -877,5 +867,4 @@ AC_MSG_NOTICE([summary of build options:
...
@@ -877,5 +867,4 @@ AC_MSG_NOTICE([summary of build options:
Examples: ${enable_examples}
Examples: ${enable_examples}
Python bindings:${enable_python_bindings}
Python bindings:${enable_python_bindings}
Threading: ${enable_threads}
Threading: ${enable_threads}
ALPN: ${have_alpn}
])
])
Write
Preview
Markdown
is supported
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