Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6fd7e75d
Commit
6fd7e75d
authored
Jul 25, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Disable LDAP completely if the headers are not missing.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1b85b6ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
configure
configure
+2
-0
configure.ac
configure.ac
+2
-0
No files found.
configure
View file @
6fd7e75d
...
...
@@ -16104,6 +16104,8 @@ fi
done
LIBS
=
"
$ac_wine_check_funcs_save_LIBS
"
else
LDAP_LIBS
=
""
fi
CPPFLAGS
=
$ac_save_CPPFLAGS
test
-z
"
$LDAP_CFLAGS
"
||
LDAP_CFLAGS
=
`
echo
"
$LDAP_CFLAGS
"
|
sed
's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'
`
...
...
configure.ac
View file @
6fd7e75d
...
...
@@ -2172,6 +2172,8 @@ then
ldap_parse_vlv_control \
ldap_parse_vlvresponse_control,
[$LDAP_LIBS $PTHREAD_LIBS])
else
LDAP_LIBS=""
fi])
fi
WINE_NOTICE_WITH(ldap,[test "x$LDAP_LIBS" = "x"],
...
...
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