chiark / gitweb /
update README
[elogind.git] / configure.ac
index b715a34405214cb8e836babd3ff673ad36115c82..cef2539e27c03e6beaa110468204de0d3cabc6f4 100644 (file)
@@ -509,7 +509,7 @@ if test "z$with_distro" = "z"; then
         if test "$cross_compiling" = yes; then
                 AC_MSG_WARN([Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)])
         else
-                with_distro=$($GREP '^ID=' /etc/os-release | $SED 's/ID=//');
+                with_distro=$($GREP '^ID=' /etc/os-release 2>/dev/null | $SED 's/ID=//');
         fi
         if test "z$with_distro" = "z"; then
                 with_distro=other