diff options
author | Tim Potter <tpot@samba.org> | 2006-05-02 19:20:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:32 -0500 |
commit | 49994442bbb035b2c438a33f411d6b5a8b2313df (patch) | |
tree | c720215a098ce2baa6eeba972aa1b82180a7aedb /source4 | |
parent | 0b673b79997365abddac49b51aacfd78b96b7ec2 (diff) | |
download | samba-49994442bbb035b2c438a33f411d6b5a8b2313df.tar.gz samba-49994442bbb035b2c438a33f411d6b5a8b2313df.tar.xz samba-49994442bbb035b2c438a33f411d6b5a8b2313df.zip |
r15397: Fix typo.
(This used to be commit 74bd8170fc9d53403899721bc4b620121946e4d2)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/config.m4 b/source4/libcli/config.m4 index 3327c178c7..e31359fdaa 100644 --- a/source4/libcli/config.m4 +++ b/source4/libcli/config.m4 @@ -25,7 +25,7 @@ if test x"$PYTHON" != "x"; then AC_MSG_RESULT([${withval-python}]) else AC_MSG_RESULT(no) - SMB_ENABLE(swig_libli_nbt, NO) + SMB_ENABLE(swig_libcli_nbt, NO) fi AC_SUBST(PYTHON) |