Build scripting support by default.

This commit is contained in:
Sadrul Habib Chowdhury
2010-04-03 04:50:38 -04:00
parent df282d7e09
commit 494d849b8f

View File

@@ -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