Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
d8d44659
Commit
d8d44659
authored
Dec 23, 2013
by
Stéphane Graber
Committed by
Serge Hallyn
Dec 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add GnuTLS to configure overview
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
6ed46d9e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.ac
configure.ac
+2
-1
No files found.
configure.ac
View file @
d8d44659
...
@@ -148,7 +148,7 @@ if test "$enable_apparmor" = "auto" ; then
...
@@ -148,7 +148,7 @@ if test "$enable_apparmor" = "auto" ; then
fi
fi
AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" = "xyes"])
AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" = "xyes"])
AC_CHECK_LIB([gnutls], [gnutls_hash_fast])
AC_CHECK_LIB([gnutls], [gnutls_hash_fast]
, [enable_gnutls=yes], [enable_gnutls=no]
)
AM_COND_IF([ENABLE_APPARMOR],
AM_COND_IF([ENABLE_APPARMOR],
[AC_CHECK_HEADER([sys/apparmor.h],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])])
[AC_CHECK_HEADER([sys/apparmor.h],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])])
...
@@ -604,6 +604,7 @@ Environment:
...
@@ -604,6 +604,7 @@ Environment:
- compiler: $CC
- compiler: $CC
- distribution: $with_distro
- distribution: $with_distro
- rpath: $enable_rpath
- rpath: $enable_rpath
- GnuTLS: $enable_gnutls
Security features:
Security features:
- Apparmor: $enable_apparmor
- Apparmor: $enable_apparmor
...
...
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