1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00

Remove obsolete VA_COPY check

This commit is contained in:
Moritz Grimm 2016-09-29 13:13:32 +02:00
parent e5e77520af
commit 8dae3a15a0
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ dist_doc_DATA = COPYING NEWS README
EXTRA_DIST = \
autogen.sh \
m4/attribute.m4 m4/ccflags.m4 m4/libshout.m4 m4/libxml2.m4 \
m4/progname.m4 m4/taglib.m4 m4/tree.m4 m4/vacopy.m4 m4/vars.m4
m4/progname.m4 m4/taglib.m4 m4/tree.m4 m4/vars.m4
CLEANFILES = core *.core *~ .*~

View File

@ -241,8 +241,6 @@ AC_REPLACE_FUNCS([ \
strtonum \
])
AX_FUNC_VA_COPY
AC_CHECK_FUNCS([sigaction], [
AC_DEFINE([HAVE_SIGNALS], [1],
[Define to 1 if we have BSD signals.])