diff options
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/aclocal.m4 | 2 | ||||
-rw-r--r-- | source4/lib/ldb/configure.ac | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/ldb/aclocal.m4 b/source4/lib/ldb/aclocal.m4 index 2a7ad94963..5605e476ba 100644 --- a/source4/lib/ldb/aclocal.m4 +++ b/source4/lib/ldb/aclocal.m4 @@ -1 +1 @@ -m4_include(libreplace_macros.m4) +m4_include(libreplace.m4) diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac index 1666a94de1..70a4100451 100644 --- a/source4/lib/ldb/configure.ac +++ b/source4/lib/ldb/configure.ac @@ -13,7 +13,8 @@ AC_DEFUN([SMB_EXT_LIB], [echo -n ""]) AC_DEFUN([SMB_ENABLE], [echo -n ""]) AC_INIT(include/ldb.h) AC_CONFIG_SRCDIR([common/ldb.c]) -m4_include(libreplace.m4) + +AC_LIBREPLACE_ALL_CHECKS if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings" |