mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
configure: check for -lcrypt, add dtlogin/Makefile.am
This commit is contained in:
parent
619402b739
commit
47d691e8ca
1 changed files with 4 additions and 0 deletions
|
@ -251,6 +251,7 @@ AC_CHECK_HEADERS([locale.h])
|
|||
|
||||
dnl libraries
|
||||
AC_CHECK_LIB(m, cosf)
|
||||
AC_CHECK_LIB(crypt, crypt)
|
||||
AC_CHECK_LIB(tirpc, main, [TIRPCINC="-DOPT_TIRPC -I/usr/include/tirpc"; TIRPCLIB=-ltirpc])
|
||||
AC_SUBST(TIRPCINC)
|
||||
AC_SUBST(TIRPCLIB)
|
||||
|
@ -365,6 +366,9 @@ programs/dtfile/Makefile
|
|||
programs/dtfile/dtcopy/Makefile
|
||||
|
||||
programs/dtwm/Makefile
|
||||
|
||||
programs/dtlogin/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue