]> git.pld-linux.org Git - packages/NetworkManager.git/blob - NetworkManager-sh.patch
- updated to 1.6.0
[packages/NetworkManager.git] / NetworkManager-sh.patch
1 --- NetworkManager-1.6.0/configure.ac.orig      2017-01-26 20:02:45.780051652 +0100
2 +++ NetworkManager-1.6.0/configure.ac   2017-01-26 20:04:46.173383613 +0100
3 @@ -1125,7 +1125,7 @@
4  build_setting_docs=no
5  if test -n "$INTROSPECTION_MAKEFILE"; then
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
11  
This page took 0.314375 seconds and 3 git commands to generate.