diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 18:54:20 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 18:54:20 +0100 |
commit | e9615b43b4dc7037da7bc274d720b8e54c7f85bc (patch) | |
tree | b143932b129e3bd29944afa52e1663b7eb8f2bb2 | |
parent | b711faa53f38aa5250808ae5f6db884f198211a0 (diff) | |
download | samba-e9615b43b4dc7037da7bc274d720b8e54c7f85bc.tar.gz samba-e9615b43b4dc7037da7bc274d720b8e54c7f85bc.tar.bz2 samba-e9615b43b4dc7037da7bc274d720b8e54c7f85bc.zip |
Fix path to check_python.m4.
-rw-r--r-- | source3/samba4.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index a7916ef794..421ace0dbb 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -2,7 +2,7 @@ AC_SUBST(BLDSHARED) smbtorture4_path=bin/smbtorture4 m4_include(build/m4/public.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]) |