summaryrefslogtreecommitdiff
path: root/source4/build/m4/env.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-01-21 18:07:41 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-01-21 18:07:41 +0100
commitf607ad2e9013bc52d409faf8e628b8c6092f7d61 (patch)
treec23f31afce5f81487772a5078b431e3fd0d63066 /source4/build/m4/env.m4
parent076bb89028ea4d27a96492b2030d873b0d78ca24 (diff)
downloadsamba-f607ad2e9013bc52d409faf8e628b8c6092f7d61.tar.gz
samba-f607ad2e9013bc52d409faf8e628b8c6092f7d61.tar.bz2
samba-f607ad2e9013bc52d409faf8e628b8c6092f7d61.zip
Move check_python.m4 to common m4 directory.
Diffstat (limited to 'source4/build/m4/env.m4')
-rw-r--r--source4/build/m4/env.m42
1 files changed, 1 insertions, 1 deletions
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])