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:
parent
291ed50044
commit
00017d2165
@ -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 ###########################################################
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user