aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2006-12-22 16:34:21 +0000
committerlecoanet2006-12-22 16:34:21 +0000
commit6cc230d57fd057c4c72e36f7217740d860f315dd (patch)
treef720388251d020036617d005e355bc5c45c799af
parentc3e8457f926f64744954efd794cfba4307268b0f (diff)
downloadtkzinc-6cc230d57fd057c4c72e36f7217740d860f315dd.zip
tkzinc-6cc230d57fd057c4c72e36f7217740d860f315dd.tar.gz
tkzinc-6cc230d57fd057c4c72e36f7217740d860f315dd.tar.bz2
tkzinc-6cc230d57fd057c4c72e36f7217740d860f315dd.tar.xz
Suppressed unused variable
-rw-r--r--aclocal.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 8eeaf39..22c3611 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -100,7 +100,6 @@ AC_DEFUN(ZINC_ENABLE_GL, [
[ --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])
else
AC_DEFINE(ATC)
@@ -111,7 +110,6 @@ AC_DEFUN(ZINC_ENABLE_GL, [
TEA_ADD_SOURCES([MapInfo.c])
AC_MSG_RESULT([yes])
fi
- AC_SUBST(Atc_SOURCES)
])
#------------------------------------------------------------------------