Dropped the crypt code as it was not protecting anything (only case we
Dropped the crypt code as it was not protecting anything (only case we care about is local case). Gnome terminal should be working now correctly. Miguel.
This commit is contained in:
parent
1f93d7c823
commit
3d444ed1e1
1 changed files with 0 additions and 8 deletions
|
@ -43,14 +43,6 @@ apps, like panel, will not run properly.))
|
|||
])])
|
||||
AC_SUBST(DL_LIB)
|
||||
|
||||
dnl
|
||||
dnl Crypt library
|
||||
dnl
|
||||
AC_CHECK_LIB(crypt, crypt, [
|
||||
LIBS="$LIBS -lcrypt"
|
||||
])
|
||||
AC_CHECK_HEADERS(crypt.h)
|
||||
|
||||
dnl properties-keyboard
|
||||
AC_CHECK_HEADERS(X11/extensions/xf86misc.h, XF86MISC_LIBS="-lXxf86misc")
|
||||
AC_SUBST(XF86MISC_LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue