diff options
-rw-r--r-- | m4/check_python.m4 (renamed from source4/build/m4/check_python.m4) | 0 | ||||
-rw-r--r-- | source3/configure.in | 2 | ||||
-rw-r--r-- | source4/build/m4/env.m4 | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/m4/check_python.m4 b/m4/check_python.m4 index 7e56af76f7..7e56af76f7 100644 --- a/source4/build/m4/check_python.m4 +++ b/m4/check_python.m4 diff --git a/source3/configure.in b/source3/configure.in index f1004778f4..87b4c33417 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6286,7 +6286,7 @@ m4_include(../lib/zlib/zlib.m4) if test x$enable_merged_build = xauto; then # Check for python - m4_include(../source4/build/m4/check_python.m4) + m4_include(../m4/check_python.m4) AC_SAMBA_PYTHON_DEVEL([true], [merged_build_possible=no]) AC_MSG_CHECKING([whether it would be possible to do a merged build]) diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index a988dd0f58..738ab8b1ae 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -73,7 +73,7 @@ AC_SUBST(automatic_dependencies) m4_include(build/m4/check_doc.m4) -m4_include(build/m4/check_python.m4) +m4_include(../m4/check_python.m4) AC_SAMBA_PYTHON_DEVEL([ SMB_EXT_LIB(EXT_LIB_PYTHON, [$PYTHON_LDFLAGS], [$PYTHON_CFLAGS]) |