mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 01:42:24 +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)
|
AC_DEFINE(RXVT_OSC)
|
||||||
fi
|
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
|
||||||
dnl **** the end ****
|
dnl **** the end ****
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user