More Linux compatibility fixes

This commit is contained in:
David Baer
2015-08-17 23:12:10 -04:00
parent 62fa34fd92
commit eb83530788
3 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ AC_PROG_YACC
# Checks for libraries.
PKG_CHECK_MODULES([libxml2], [libxml-2.0])
PKG_CHECK_MODULES([libxslt], [libxslt])
AC_CHECK_LIB([bsd], [strlcpy], [ PKG_CHECK_MODULES([libbsd], [libbsd]) ])
# Checks for header files.
AC_FUNC_ALLOCA