diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-24 20:34:57 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-24 20:34:57 +0000 |
commit | 0c371318f75ed6a34205c1fc10d843d2ba875027 (patch) | |
tree | 3a6fbc43c123ced2d72621574ce49eb0f8685f75 /source3/configure.in | |
parent | 717533483b41ef975953f58e0c6be04828a3d467 (diff) | |
download | samba-0c371318f75ed6a34205c1fc10d843d2ba875027.tar.gz samba-0c371318f75ed6a34205c1fc10d843d2ba875027.tar.bz2 samba-0c371318f75ed6a34205c1fc10d843d2ba875027.zip |
typo
(This used to be commit 11605ea38ac699cec0d0e84b94eca3d8df2e03a7)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index dffdb7da99..13b43af382 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1801,7 +1801,7 @@ AC_ARG_WITH(nisplus-home, # check for the secure socket layer AC_MSG_CHECKING(whether to use SSL) AC_ARG_WITH(ssl, -[ --with-ssl Include SSL support (default=no)], +[ --with-ssl Include SSL support (default=no) --with-sslinc=DIR Where the SSL includes are (defaults to /usr/local/ssl)], [ case "$withval" in yes) |