mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-12 07:47:02 +08:00
don't export LIBTALLOC_CFLAGS when using the included
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user