| 948 |
948 |
| 949 if test "$enable_tcl" = yes; then |
949 if test "$enable_tcl" = yes; then |
| 950 AM_CONDITIONAL(USE_TCL, true) |
950 AM_CONDITIONAL(USE_TCL, true) |
| 951 TCL_LIBS=$TCL_LIB_SPEC |
951 TCL_LIBS=$TCL_LIB_SPEC |
| 952 AC_SUBST(TCL_LIBS) |
952 AC_SUBST(TCL_LIBS) |
| |
953 AC_DEFINE(HAVE_TCL, [1], [Compile with support for the Tcl toolkit]) |
| 953 TCL_CFLAGS="$TCL_INCLUDE_SPEC -I$TCL_PREFIX/include" |
954 TCL_CFLAGS="$TCL_INCLUDE_SPEC -I$TCL_PREFIX/include" |
| 954 if test "x$GCC" = "xyes"; then |
955 if test "x$GCC" = "xyes"; then |
| 955 TCL_CFLAGS="$TCL_CFLAGS -fno-strict-aliasing" |
956 TCL_CFLAGS="$TCL_CFLAGS -fno-strict-aliasing" |
| 956 fi |
957 fi |
| 957 AC_SUBST(TCL_CFLAGS) |
958 AC_SUBST(TCL_CFLAGS) |