]> git.pld-linux.org Git - packages/NetworkManager.git/blame - NetworkManager-sh.patch
up to 1.10.0
[packages/NetworkManager.git] / NetworkManager-sh.patch
CommitLineData
c26388c7
JP
1--- NetworkManager-1.10.0/configure.ac.orig 2017-12-09 18:16:02.242310397 +0100
2+++ NetworkManager-1.10.0/configure.ac 2017-12-09 18:17:47.650126844 +0100
3@@ -1260,7 +1260,7 @@
4 build_docs=no
38118a47 5 if test -n "$INTROSPECTION_MAKEFILE"; then
c26388c7
JP
6 # If g-i is installed we know we have python, but we might not have pygobject
7- if ! "$PYTHON" -c 'from gi.repository import GObject' >& /dev/null; then
8+ if ! "$PYTHON" -c 'from gi.repository import GObject' > /dev/null 2>&1; then
9 AC_MSG_ERROR(["--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)])
10 fi
38118a47 11
This page took 0.108964 seconds and 4 git commands to generate.