From 00b0b5a898d9a705092704cb234ca5a5cdd6570b Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 24 Jan 2005 14:21:48 +0000 Subject: Fixes for the conditional compilation of the atc code. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 68d8714..549b138 100755 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-gl build with openGL support (yes,no,damage) [[no]]" ac_help="$ac_help - --enable-atc build with ATC extensions [[no]]" + --enable-atc build with ATC extensions [[yes]]" # Initialize some variables set by options. # The variables have the same names as the options, with @@ -4282,7 +4282,7 @@ if test "${enable_atc+set}" = set; then enableval="$enable_atc" tcl_ok=$enableval else - tcl_ok=no + tcl_ok=yes fi if test "$tcl_ok" = "no"; then -- cgit v1.1