mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
make lib/replace more usable in standalone builds
This makes the lib/replace m4 work in lib/talloc as a standalone build
This commit is contained in:
parent
a5358402b2
commit
39cd5bbb33
@ -46,10 +46,10 @@ if test x"$libreplacedir" = "x"; then
|
||||
AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
|
||||
fi
|
||||
|
||||
LIBREPLACEOBJ="replace.o"
|
||||
LIBREPLACEOBJ="$libreplacedir/replace.o"
|
||||
AC_SUBST(LIBREPLACEOBJ)
|
||||
|
||||
LIBREPLACEOBJ="${LIBREPLACEOBJ} snprintf.o"
|
||||
LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o"
|
||||
|
||||
AC_TYPE_SIGNAL
|
||||
AC_TYPE_UID_T
|
||||
|
Loading…
Reference in New Issue
Block a user