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
382df5d1
Commit
382df5d1
authored
Dec 19, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Disable gssapi also when linking with kerberos doesn't work.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=48314
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c22af971
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
configure
configure
+1
-2
configure.ac
configure.ac
+1
-2
No files found.
configure
View file @
382df5d1
...
...
@@ -15747,8 +15747,6 @@ 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
...
...
@@ -15759,6 +15757,7 @@ This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
esac
fi
test
"x
$ac_cv_lib_soname_krb5
"
!=
"x"
||
with_gssapi
=
${
with_gssapi
:-
no
}
if
test
"x
$with_gssapi
"
!=
"xno"
then
...
...
configure.ac
View file @
382df5d1
...
...
@@ -1818,11 +1818,10 @@ 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 (or too old), Kerberos won't be supported.])
test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi=${with_gssapi:-no}
dnl **** Check for gssapi ****
if test "x$with_gssapi" != "xno"
...
...
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