We dont use libutil anymore -mig

This commit is contained in:
Arturo Espinosa 1998-05-04 06:11:00 +00:00
parent 07087e2305
commit a114f18522
2 changed files with 0 additions and 9 deletions

View file

@ -12,5 +12,3 @@
/* Name of default window manager, as string. */
#undef WINDOW_MANAGER
/* Define if we have forkpty in libutil. */
#undef HAVE_FORKPTY

View file

@ -85,13 +85,6 @@ AC_CHECK_FUNC(inet_aton,,[AC_CHECK_LIB(resolv,inet_aton,RES_LIBS="-lresolv")])
AC_SUBST(RES_LIBS)
LIBS="$oLIBS"
dnl gnome-terminal
UTIL_LIB=""
AC_CHECK_FUNCS(forkpty, AC_DEFINE(HAVE_FORKPTY),
[AC_CHECK_LIB(util, forkpty, [AC_DEFINE(HAVE_FORKPTY)
UTIL_LIB='-lutil'])])
AC_SUBST(UTIL_LIB)
AC_CONFIG_SUBDIRS(gemvt)
AC_OUTPUT([