build-sys: Add missing configure flag
Missed adding configure.acfor the use ctty commit References: commit b47693c078c256e897baf6b50f3aaf6accb5d35e Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
parent
bc4b499ed2
commit
9dd75a4ac8
@ -103,6 +103,9 @@ then
|
|||||||
AC_SUBST([datadir])
|
AC_SUBST([datadir])
|
||||||
AC_SUBST([mandir])
|
AC_SUBST([mandir])
|
||||||
AC_SUBST([infodir])
|
AC_SUBST([infodir])
|
||||||
|
AC_DEFINE([USE_PROC_CTTY], [1], [Use /proc/$PID/ctty to determine controlling TTY])
|
||||||
|
else
|
||||||
|
AC_DEFINE([USE_PROC_CTTY], [0], [Use /proc/$PID/ctty to determine controlling TTY])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user