X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=configure.ac;h=79ae5e6195d42c8cc9f2d94ed08a10fb8ac8393c;hp=d6e978bebbf985218b413337e12d263dd1fd4d84;hb=18e2b14c1dd2d5d0c17898d2dfc19c4097260cfc;hpb=bd9b0be2b2c74974dde7fa24deea52a952782676 diff --git a/configure.ac b/configure.ac index d6e978b..79ae5e6 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,12 @@ AS_IF([test "x$enable_debug" = "xyes"], [ ]) AC_CHECK_FUNCS([ \ + be16toh \ + be32toh \ + be64toh \ + htobe16 \ + htobe32 \ + htobe64 \ mmap \ munmap \ __secure_getenv \ @@ -62,6 +68,10 @@ my_CFLAGS="\ " AC_SUBST([my_CFLAGS]) +# Python +AM_PATH_PYTHON([3.4]) +PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}]) + AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES([ Makefile