Changeset 5aae10e in mod_gnutls
- Timestamp:
- Feb 11, 2016, 6:42:18 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 67f2f58
- Parents:
- 7c0ccaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r7c0ccaf r5aae10e 93 93 AS_IF([test "${UNSHARE}" != "no"], 94 94 [ 95 AC_MSG_CHECKING([ whether ${UNSHARE} allowsnetwork and user namespaces])95 AC_MSG_CHECKING([for permission to create network and user namespaces]) 96 96 AS_IF([${UNSHARE} --net -r /bin/sh -c \ 97 97 "ip link set up lo && ip addr show" >&AS_MESSAGE_LOG_FD 2>&1],
Note: See TracChangeset
for help on using the changeset viewer.