mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.
To fix the build (make test) after merging libreplace changes. Michael
This commit is contained in:
parent
69b2ebc797
commit
af5ec88ece
@ -685,8 +685,13 @@ exit(1);
|
||||
|
||||
esac
|
||||
|
||||
SAVE_CPPFLAGS="${CPPFLAGS}"
|
||||
CPPFLAGS="${CPPFLAGS} ${SAMBA_CONFIGURE_CPPFLAGS}"
|
||||
|
||||
AC_LIBREPLACE_BROKEN_CHECKS
|
||||
|
||||
CPPFLAGS="${SAVE_CPPFLAGS}"
|
||||
|
||||
LIBREPLACE_DIR=`echo ${libreplacedir} | sed -e "s;${srcdir};;" -e "s;^/;;"`
|
||||
|
||||
LIBREPLACE_OBJS=""
|
||||
|
Loading…
Reference in New Issue
Block a user