aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlecoanet2005-01-24 14:21:48 +0000
committerlecoanet2005-01-24 14:21:48 +0000
commit00b0b5a898d9a705092704cb234ca5a5cdd6570b (patch)
treee3a75dfd3048493569d81c776ec98015eb747847 /configure
parent8f19fda4baa210eab4dd9c508b5aca253c13a0c4 (diff)
downloadtkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.zip
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.gz
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.bz2
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.xz
Fixes for the conditional compilation of the atc code.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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