summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-09 20:09:58 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-09 20:09:58 +0100
commit1342b265caa91bcd12ce608e3821c4e355ce1577 (patch)
tree364bdb7382f67d78f0bf566a7a7bb43ff19ba918 /source4
parent1a2544a24c064e9eecb973439ccd0e7126e06e77 (diff)
downloadsamba-1342b265caa91bcd12ce608e3821c4e355ce1577.tar.gz
samba-1342b265caa91bcd12ce608e3821c4e355ce1577.tar.bz2
samba-1342b265caa91bcd12ce608e3821c4e355ce1577.zip
Fix typo.
(This used to be commit 80dbf04266d15833f7eb18704cfece1f95965e83)
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4
index 3acd7321c7..77cabdfcb3 100644
--- a/source4/scripting/python/config.m4
+++ b/source4/scripting/python/config.m4
@@ -70,7 +70,7 @@ if test $working_python = yes; then
AC_MSG_RESULT([yes])
else
SMB_ENABLE(EXT_LIB_PYTHON,NO)
- SMB_ENABLE(LIBPYTHONyy,NO)
+ SMB_ENABLE(LIBPYTHON,NO)
SMB_ENABLE(smbpython,NO)
AC_MSG_RESULT([no])
fi