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
41f31686
Commit
41f31686
authored
Feb 12, 2014
by
Austin English
Committed by
Alexandre Julliard
Feb 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Give a warning for missing gnutls.
parent
add85f46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
41f31686
...
@@ -11203,7 +11203,7 @@ test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)
...
@@ -11203,7 +11203,7 @@ test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)
fi
fi
if
test
"x
$ac_cv_lib_soname_gnutls
"
=
"x"
;
then
:
if
test
"x
$ac_cv_lib_soname_gnutls
"
=
"x"
;
then
:
case
"x
$with_gnutls
"
in
case
"x
$with_gnutls
"
in
x
)
as_fn_append wine_
notice
s
"|libgnutls
${
notice_platform
}
development files not found, no schannel support."
;;
x
)
as_fn_append wine_
warning
s
"|libgnutls
${
notice_platform
}
development files not found, no schannel support."
;;
xno
)
;;
xno
)
;;
*
)
as_fn_error
$?
"libgnutls
${
notice_platform
}
development files not found, no schannel support.
*
)
as_fn_error
$?
"libgnutls
${
notice_platform
}
development files not found, no schannel support.
This is an error since --with-gnutls was requested."
"
$LINENO
"
5
;;
This is an error since --with-gnutls was requested."
"
$LINENO
"
5
;;
...
...
configure.ac
View file @
41f31686
...
@@ -1346,7 +1346,7 @@ then
...
@@ -1346,7 +1346,7 @@ then
[WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS])])],
[WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS])])],
[GNUTLS_CFLAGS=""])])
[GNUTLS_CFLAGS=""])])
fi
fi
WINE_
NOTICE
_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"],
WINE_
WARNING
_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"],
[libgnutls ${notice_platform}development files not found, no schannel support.])
[libgnutls ${notice_platform}development files not found, no schannel support.])
dnl **** Check which curses lib to use ***
dnl **** Check which curses lib to use ***
...
...
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