mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-10 09:22:04 +02:00
Build scripting support by default.
This commit is contained in:
@@ -1281,6 +1281,12 @@ if test "$enable_rxvt_osc" = "yes"; then
|
||||
AC_DEFINE(RXVT_OSC)
|
||||
fi
|
||||
|
||||
enable_scripting=yes
|
||||
AC_ARG_ENABLE(scripting, [ --disable-scripting disable scripting support], [enable_scripting=no])
|
||||
if test "$enable_scripting" = "yes"; then
|
||||
AC_DEFINE(SCRIPT)
|
||||
fi
|
||||
|
||||
dnl
|
||||
dnl **** the end ****
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user