comparison configure.ac @ 10628:7283a335cf23

[gaim-migrate @ 12104] HAVE_TCL here too committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 23 Feb 2005 02:57:41 +0000
parents 06f5cc17cddc
children 3595f818ee37
comparison
equal deleted inserted replaced
10627:57589eb36449 10628:7283a335cf23
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)