Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
346d0ace
Commit
346d0ace
authored
8 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#8353 regenerate configure
parent
d0f20247
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+11
-11
11 additions, 11 deletions
configure
with
11 additions
and
11 deletions
configure
+
11
−
11
View file @
346d0ace
#! /bin/sh
# From configure.in Id:
f63cfff0f30d7e5aaab41a7810ce0fa5e7d3b661
.
# From configure.in Id:
1d890c0e9e803aa5e0cf51a1d63ad69fb1670555
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
...
...
@@ -15475,9 +15475,9 @@ done
if test $ac_cv_header_openssl_ssl_h = yes ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_
library_init
in -lssl" >&5
$as_echo_n "checking for SSL_
library_init
in -lssl... " >&6; }
if test "${ac_cv_lib_ssl_SSL_
library_init
+set}" = set; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_
CTX_set_msg_callback
in -lssl" >&5
$as_echo_n "checking for SSL_
CTX_set_msg_callback
in -lssl... " >&6; }
if test "${ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
...
...
@@ -15491,27 +15491,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
#ifdef __cplusplus
extern "C"
#endif
char SSL_
library_init
();
char SSL_
CTX_set_msg_callback
();
int
main ()
{
return SSL_
library_init
();
return SSL_
CTX_set_msg_callback
();
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
ac_cv_lib_ssl_SSL_
library_init
=yes
ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
=yes
else
ac_cv_lib_ssl_SSL_
library_init
=no
ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_
library_init
" >&5
$as_echo "$ac_cv_lib_ssl_SSL_
library_init
" >&6; }
if test "x$ac_cv_lib_ssl_SSL_
library_init
" = x""yes; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
" >&5
$as_echo "$ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
" >&6; }
if test "x$ac_cv_lib_ssl_SSL_
CTX_set_msg_callback
" = x""yes; then :
have_openssl=yes
need_rsaref=no
else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment