You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
281 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -772,7 +772,7 @@ if test x_$ub_test_python != x_no; then
  4. fi
  5. fi
  6. -if test "`uname`" = "NetBSD"; then
  7. +if test "${UNAME:-`uname`}" = "NetBSD"; then
  8. NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
  9. AC_SUBST(NETBSD_LINTFLAGS)
  10. fi