1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s4:build: add some comments to the SMB_EXT_LIB() definition

metze
This commit is contained in:
Stefan Metzmacher 2009-02-25 08:42:33 +01:00
parent afc7e45a4c
commit dc0e46afb7

View File

@ -157,6 +157,13 @@ mkinclude $1
"
])
dnl
dnl SMB_EXT_LIB() just specifies the details of the library.
dnl Note: the library isn't enabled by default.
dnl You need to enable it with SMB_ENABLE(name) if configure
dnl find it should be used. E.g. it should not be enabled
dnl if the library is present, but the header file is missing.
dnl
dnl SMB_EXT_LIB(name,libs,cflags,cppflags,ldflags)
AC_DEFUN([SMB_EXT_LIB],
[