X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=configure.ac;h=a4906feacb2726b8d868d6f9cc6abcb316d8f800;hb=880886ae6dca338d2d57e4b85cf984f4022ec520;hp=4fbfb7900fa4e98d48342ba94f3f71db59c70dae;hpb=fcbd5f6835f65055d0ac14d3a2da3afb39634fd3;p=apps%2Fmadtty.git diff --git a/configure.ac b/configure.ac index 4fbfb79..a4906fe 100644 --- a/configure.ac +++ b/configure.ac @@ -24,14 +24,6 @@ if test "${enable_curses}" != "no"; then CFLAGS="$CFLAGS -DUSE_NCURSES" fi -AC_ARG_ENABLE([pty], - AS_HELP_STRING([--disable-pty], [disables pty support (default enabled)])) -if test "${enable_pty}" != "no"; then - AC_CHECK_LIB([util], [forkpty], [], - AC_MSG_ERROR([Need util library (forkpty function) to compile pty support.])) - CFLAGS="$CFLAGS -DUSE_PTY" -fi - dnl Checks for library functions AC_CHECK_FUNCS([memset select setenv]) AC_FUNC_MALLOC @@ -44,6 +36,8 @@ AC_C_INLINE AC_TYPE_PID_T AC_TYPE_SIGNAL -AC_CONFIG_FILES([am/vars.mk madtty/madtty.pc]) +AC_CONFIG_FILES([am/vars.mk + madtty/madtty.pc + madtty/Makefile +]) AC_OUTPUT -