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
4559c060
Commit
4559c060
authored
Mar 06, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure; Also disable gssapi when krb5 is disabled.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7aa6dcaf
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 @
4559c060
...
...
@@ -13654,6 +13654,8 @@ CPPFLAGS=$ac_save_CPPFLAGS
test
-z
"
$KRB5_CFLAGS
"
||
KRB5_CFLAGS
=
`
echo
"
$KRB5_CFLAGS
"
|
sed
's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'
`
test
-z
"
$KRB5_LIBS
"
||
KRB5_LIBS
=
`
echo
"
$KRB5_LIBS
"
|
sed
's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'
`
else
with_gssapi
=
${
with_gssapi
:-
no
}
fi
if
test
"x
$ac_cv_lib_soname_krb5
"
=
"x"
;
then
:
case
"x
$with_krb5
"
in
...
...
configure.ac
View file @
4559c060
...
...
@@ -1673,6 +1673,8 @@ then
else
KRB5_CFLAGS=""
fi])
else
with_gssapi=${with_gssapi:-no}
fi
WINE_NOTICE_WITH(krb5,[test "x$ac_cv_lib_soname_krb5" = "x"],
[libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.])
...
...
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