1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00

Unconditionally include compat

This commit is contained in:
Moritz Grimm 2015-02-27 15:17:24 +01:00
parent 291ed50044
commit 00017d2165
2 changed files with 1 additions and 10 deletions

View File

@ -100,15 +100,6 @@ AC_CHECK_HEADERS([ \
#endif
])
COMPAT_INCLUDES=""
if test x"${ez_enable_debug}" = "xyes"; then
AX_HEADER_TREE([RB_FOREACH], [],
[
COMPAT_INCLUDES="-I\$(top_srcdir)/compat"
])
fi
AC_SUBST([COMPAT_INCLUDES])
dnl ###########
dnl ## TYPES ###########################################################

View File

@ -15,7 +15,7 @@ ezstream_SOURCES = \
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
AM_CFLAGS = @EZ_CFLAGS@
AM_CPPFLAGS = @EZ_CPPFLAGS@ @COMPAT_INCLUDES@
AM_CPPFLAGS = @EZ_CPPFLAGS@ -I$(top_srcdir)/compat
AM_LDFLAGS = @EZ_LDFLAGS@
EXTRA_DIST = \