From 1342b265caa91bcd12ce608e3821c4e355ce1577 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 9 Feb 2008 20:09:58 +0100 Subject: Fix typo. (This used to be commit 80dbf04266d15833f7eb18704cfece1f95965e83) --- source4/scripting/python/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 -- cgit