Unconditionally look for crypt.h.

Sun Apr 26 01:05:51 1998  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Unconditionally look for crypt.h.
This commit is contained in:
Tom Tromey 1998-04-26 16:49:41 +00:00 committed by Tom Tromey
parent 99cbb093f6
commit 41558a0279
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sun Apr 26 01:05:51 1998 Tom Tromey <tromey@cygnus.com>
* configure.in: Unconditionally look for crypt.h.
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX

View file

@ -48,9 +48,9 @@ dnl Crypt library
dnl
AC_CHECK_LIB(crypt, crypt, [
LIBS="$LIBS -lcrypt"
AC_CHECK_HEADERS(crypt.h)
])
AC_CHECK_HEADERS(crypt.h)
dnl properties-keyboard
AC_CHECK_HEADERS(X11/extensions/xf86misc.h, XF86MISC_LIBS="-lXxf86misc")
AC_SUBST(XF86MISC_LIBS)