aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorlecoanet2005-01-24 14:21:48 +0000
committerlecoanet2005-01-24 14:21:48 +0000
commit00b0b5a898d9a705092704cb234ca5a5cdd6570b (patch)
treee3a75dfd3048493569d81c776ec98015eb747847 /aclocal.m4
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 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 9b0ed73..2cc42b6 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -115,8 +115,8 @@ AC_DEFUN(ZINC_ENABLE_GL, [
AC_MSG_CHECKING([for build with the ATC extensions])
AC_ARG_ENABLE(atc,
- [ --enable-atc build with ATC extensions [[no]]],
- [tcl_ok=$enableval], [tcl_ok=no])
+ [ --enable-atc build with ATC extensions [[yes]]],
+ [tcl_ok=$enableval], [tcl_ok=yes])
if test "$tcl_ok" = "no"; then
Atc_SOURCES=
AC_MSG_RESULT([no])