Skip to content
Snippets Groups Projects
Commit fdeec117 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix..

Rev: src/configure.in:1.24
parent 84c9ccc9
No related branches found
No related tags found
Loading
# $Id: configure.in,v 1.23 1996/11/22 06:13:43 hubbe Exp $ # $Id: configure.in,v 1.24 1996/11/22 22:21:04 hubbe Exp $
AC_INIT(interpret.c) AC_INIT(interpret.c)
...@@ -430,7 +430,7 @@ AC_CHECK_FUNCS( ...@@ -430,7 +430,7 @@ AC_CHECK_FUNCS(
) )
if test $ac_cv_func_crypt$ac_cv_func__crypt = nono ; then if test $ac_cv_func_crypt$ac_cv_func__crypt = nono ; then
AC_CHECK_LIB(crypt,crypt,[LIBS="${LIBS} -lcrypt" ; AC_DEFINE(HAVE_CRYPT);]) AC_CHECK_LIB(crypt,crypt,[LIBS="${LIBS} -lcrypt" ; AC_DEFINE(HAVE_CRYPT)])
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment