X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a4906feacb2726b8d868d6f9cc6abcb316d8f800;hb=bf09a79a00c99c715e7fbc65bf50634704c4233b;hp=9c997d23c404046ee958b6547ca1b173b148c0de;hpb=95d605c6b6281c9faae8bf6db465fe7920fa12fb;p=apps%2Fmadtty.git diff --git a/configure.ac b/configure.ac index 9c997d2..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