diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 15:40:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 15:40:55 +0200 |
commit | 0c357edb13a3120e1d2a8e4f6f4c82a96d43d49b (patch) | |
tree | f712e99cb2bc1d82111923c339d44e1d4068734a /source4 | |
parent | 19296758132dbc823911c4658df8fce183de2a86 (diff) | |
download | samba-0c357edb13a3120e1d2a8e4f6f4c82a96d43d49b.tar.gz samba-0c357edb13a3120e1d2a8e4f6f4c82a96d43d49b.tar.bz2 samba-0c357edb13a3120e1d2a8e4f6f4c82a96d43d49b.zip |
Fix typo.
(This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 34657cf6f9..73d3ffd4d9 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -162,7 +162,7 @@ CPPFLAGS="$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -I SMB_WRITE_PERLVARS(build/smb_build/config.pm) -../../source/echo "configure: creating config.mk" +echo "configure: creating config.mk" cat >config.mk<<CEOF # config.mk - Autogenerated by configure, DO NOT EDIT! $SMB_INFO_EXT_LIBS |