diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-02 23:07:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-02 23:24:33 +0200 |
commit | 8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0 (patch) | |
tree | eee039b69b32b29aa01ecb0eed1e8a78b48f0ce0 /source4/build | |
parent | e0a6a344be326c58dc9307f286226f76f15f78e8 (diff) | |
download | samba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.tar.gz samba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.tar.bz2 samba-8d033ec0d115fe2cdd9bf1fa9758cc0994f5b6f0.zip |
Move mount.cifs/umount.cifs to the top level and remove the outdated copy
in Samba 4.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/public.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 2bf63f0ca6..704811bf06 100644 --- a/source4/build/m4/public.m4 +++ b/source4/build/m4/public.m4 @@ -188,7 +188,7 @@ AC_DEFUN([SMB_ENABLE], $1_ENABLE = $2 " SMB_INFO_ENABLES="$SMB_INFO_ENABLES -\$enabled{$1} = \"$2\";" +\$enabled{\"$1\"} = \"$2\";" ]) dnl SMB_MAKE_SETTINGS(text) |