commit 07a3a9fbc1d4396ffb64e0f0f59ec5bedfe0f545 from: Omar Polo date: Fri Feb 24 14:16:28 2023 UTC portable: typo: libbisd -> libbsd; spotted by naddy@, thanks! commit - e0ff3cf285888eb847b8559d0b3c3ffae69a6ed7 commit + 07a3a9fbc1d4396ffb64e0f0f59ec5bedfe0f545 blob - b980175e1da9ead266343b969d45f2336147ae88 blob + 1b7251b404e02d316e345ecbe78d360ad3337423 --- template/configure.ac +++ template/configure.ac @@ -27,7 +27,7 @@ PKG_CHECK_MODULES(LIBBSD, libbsd-overlay, [ CFLAGS="$AM_CFLAGS $SAVED_CFLAGS" LIBS="$LIBBSD_LIBS $LIBS" AC_DEFINE(HAVE_LIBBSD) -], [AC_MSG_NOTICE([libbisd not found])]) +], [AC_MSG_NOTICE([libbsd not found])]) AM_CPPFLAGS="$CFLAGS"