From 494d849b8f11c62169b32c3ea9d24b409beaf1e9 Mon Sep 17 00:00:00 2001 From: Sadrul Habib Chowdhury Date: Sat, 3 Apr 2010 04:50:38 -0400 Subject: Build scripting support by default. --- src/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/configure.in b/src/configure.in index cb6f541..0c55665 100644 --- a/src/configure.in +++ b/src/configure.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 -- cgit v1.2.1