mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
configure: fix quotation in SMB_LIBRARY for help output.
Michael (This used to be commit 96f85a48beb7da9c373fc030474020d05c55a18d)
This commit is contained in:
parent
ad3a1b8475
commit
ea0b148a96
4
source3/m4/aclocal.m4
vendored
4
source3/m4/aclocal.m4
vendored
@ -78,8 +78,8 @@ AC_SUBST(LIBUC[_LIBS])
|
||||
|
||||
AC_MSG_CHECKING([whether to build the LIBNAME shared library])
|
||||
AC_ARG_WITH(LIBNAME,
|
||||
[AS_HELP_STRING([--with-LIBNAME],
|
||||
[Build the LIBNAME shared library (default=yes if shared libs supported)])],
|
||||
AS_HELP_STRING([--with-]LIBNAME,
|
||||
[Build the LIBNAME shared library (default=yes if shared libs supported)]),
|
||||
[
|
||||
case "$withval" in
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user