dtlogin: get rid of some warnings.

This commit is contained in:
Liang Chang
2021-01-31 01:56:14 +08:00
committed by Jon Trulson
parent becdbc9816
commit 876d271305
3 changed files with 9 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ DEPXAUTHLIB =
DEPXDMCPLIB =
#endif
#ifdef HasPamLibrary
#if defined(HasPamLibrary) && HasPamLibrary
DTPAMSVCLIB = -lDtPamSvc
EXTRA_DEFINES += -DHAS_PAM_LIBRARY
#else