提交 bf8548c4 编写于 作者: J jp9000

removed jansson from configure.ac (not necessary and shouldn't be build with the project)

上级 12790a40
......@@ -14,6 +14,7 @@ AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC_STDC
AC_PROG_OBJC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_SED
......@@ -117,18 +118,12 @@ AC_FUNC_FSEEKO
AC_FUNC_STRTOD
AC_CHECK_FUNCS([memmove memset socket strstr strtol strtoul])
AC_ARG_ENABLE([build_jansson],
[AS_HELP_STRING([--build-jansson], [build jansson])])
if test "x$build_jansson" = xyes; then
AC_CONFIG_SUBDIRS([deps/jansson])
fi
AC_CONFIG_FILES([makefile
build/makefile
obs/makefile
test/makefile
test/test-input/makefile
test/win/makefile
libobs/makefile
libobs-opengl/makefile])
AC_OUTPUT
ACLOCAL_AMFLAGS=-I m4
SUBDIRS=libobs libobs-opengl test build obs
EXTRA_DIST=autogen.sh COPYING README
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = autogen.sh COPYING README
SUBDIRS = libobs libobs-opengl test build obs
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册