|
Lines 205-210
Link Here
|
| 205 |
UTMP_NAME=none |
205 |
UTMP_NAME=none |
| 206 |
UTMP_LIBS= |
206 |
UTMP_LIBS= |
| 207 |
fi |
207 |
fi |
|
|
208 |
# addToUtmp() in libutempter |
| 209 |
if test -z "$UTMP_NAME" ; then |
| 210 |
AC_CHECK_LIB(utempter, addToUtmp, |
| 211 |
[ |
| 212 |
UTMP_NAME=utmper |
| 213 |
UTMP_LIBS="-lutempter -lutil" |
| 214 |
], []) |
| 215 |
fi |
| 208 |
# logout() in libutil |
216 |
# logout() in libutil |
| 209 |
if test -z "$UTMP_NAME" ; then |
217 |
if test -z "$UTMP_NAME" ; then |
| 210 |
AC_CHECK_LIB(util, logout, |
218 |
AC_CHECK_LIB(util, logout, |
|
Lines 221-234
Link Here
|
| 221 |
UTMP_LIBS= |
229 |
UTMP_LIBS= |
| 222 |
], []) |
230 |
], []) |
| 223 |
fi |
231 |
fi |
| 224 |
# addToUtmp() in libutempter |
|
|
| 225 |
if test -z "$UTMP_NAME" ; then |
| 226 |
AC_CHECK_LIB(utempter, addToUtmp, |
| 227 |
[ |
| 228 |
UTMP_NAME=utmper |
| 229 |
UTMP_LIBS="-lutempter -lutil" |
| 230 |
]. []) |
| 231 |
fi |
| 232 |
# other (BSD) |
232 |
# other (BSD) |
| 233 |
if test -z "$UTMP_NAME" ; then |
233 |
if test -z "$UTMP_NAME" ; then |
| 234 |
UTMP_NAME=bsd |
234 |
UTMP_NAME=bsd |