We dont use libutil anymore -mig
This commit is contained in:
parent
07087e2305
commit
a114f18522
2 changed files with 0 additions and 9 deletions
|
@ -12,5 +12,3 @@
|
||||||
/* Name of default window manager, as string. */
|
/* Name of default window manager, as string. */
|
||||||
#undef WINDOW_MANAGER
|
#undef WINDOW_MANAGER
|
||||||
|
|
||||||
/* Define if we have forkpty in libutil. */
|
|
||||||
#undef HAVE_FORKPTY
|
|
||||||
|
|
|
@ -85,13 +85,6 @@ AC_CHECK_FUNC(inet_aton,,[AC_CHECK_LIB(resolv,inet_aton,RES_LIBS="-lresolv")])
|
||||||
AC_SUBST(RES_LIBS)
|
AC_SUBST(RES_LIBS)
|
||||||
LIBS="$oLIBS"
|
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_CONFIG_SUBDIRS(gemvt)
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue