Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ca919ee9
Commit
ca919ee9
authored
May 02, 2018
by
Hans Leidekker
Committed by
Alexandre Julliard
May 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Require a more recent version of libkrb5.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fc3057c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+4
-4
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
ca919ee9
...
...
@@ -13640,11 +13640,11 @@ LIBS="-lkrb5 $KRB5_LIBS $LIBS"
#ifdef __cplusplus
extern "C"
#endif
char krb5_i
nit_context
();
char krb5_i
s_config_principal
();
int
main ()
{
return krb5_i
nit_context
();
return krb5_i
s_config_principal
();
;
return 0;
}
...
...
@@ -13689,9 +13689,9 @@ else
fi
if
test
"x
$ac_cv_lib_soname_krb5
"
=
"x"
;
then
:
case
"x
$with_krb5
"
in
x
)
as_fn_append wine_notices
"|libkrb5
${
notice_platform
}
development files not found, Kerberos won't be supported."
;;
x
)
as_fn_append wine_notices
"|libkrb5
${
notice_platform
}
development files not found
(or too old)
, Kerberos won't be supported."
;;
xno
)
;;
*
)
as_fn_error
$?
"libkrb5
${
notice_platform
}
development files not found, Kerberos won't be supported.
*
)
as_fn_error
$?
"libkrb5
${
notice_platform
}
development files not found
(or too old)
, Kerberos won't be supported.
This is an error since --with-krb5 was requested."
"
$LINENO
"
5
;;
esac
...
...
configure.ac
View file @
ca919ee9
...
...
@@ -1669,7 +1669,7 @@ then
[AC_CHECK_HEADERS([krb5/krb5.h])
if test "$ac_cv_header_krb5_krb5_h" = "yes"
then
WINE_CHECK_SONAME(krb5,krb5_i
nit_context
,,[KRB5_CFLAGS=""],[$KRB5_LIBS])
WINE_CHECK_SONAME(krb5,krb5_i
s_config_principal
,,[KRB5_CFLAGS=""],[$KRB5_LIBS])
else
KRB5_CFLAGS=""
fi])
...
...
@@ -1677,7 +1677,7 @@ 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.])
[libkrb5 ${notice_platform}development files not found
(or too old)
, Kerberos won't be supported.])
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