don't export LIBTALLOC_CFLAGS when using the included

This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-11 16:25:45 +01:00
parent b2881375af
commit 8d17358c8b
2 changed files with 5 additions and 4 deletions

View File

@@ -108,10 +108,7 @@ with_local_talloc=no,
)
fi
if test "$with_local_talloc" != no;then
FLAGS='-Iccan/talloc/ -Iccan/typedef_cb/ -Iccan/compiler/'
AC_SUBST([LIBTALLOC_CFLAGS], [$FLAGS])
else
if test "$with_local_talloc" = no;then
AC_DEFINE(HAVE_LIBTALLOC, 1, [have libtalloc])
fi