comparison configure.ac @ 6717:c72012e40672

[gaim-migrate @ 7243] Look at me, I'm GCC! "cry cry strict aliasing cry cry pointer cry pun" committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 03 Sep 2003 01:13:20 +0000
parents 0e2c617e1ac9
children 7dd61b3efa38
comparison
equal deleted inserted replaced
6716:0e2c617e1ac9 6717:c72012e40672
617 if test "$enable_tcl" = yes; then 617 if test "$enable_tcl" = yes; then
618 AM_CONDITIONAL(USE_TCL, true) 618 AM_CONDITIONAL(USE_TCL, true)
619 TCL_LIBS=$TCL_LIB_SPEC 619 TCL_LIBS=$TCL_LIB_SPEC
620 AC_SUBST(TCL_LIBS) 620 AC_SUBST(TCL_LIBS)
621 TCL_CFLAGS=$TCL_INCLUDE_SPEC 621 TCL_CFLAGS=$TCL_INCLUDE_SPEC
622 if test "x$GCC" = "xyes"; then
623 TCL_CFLAGS="$TCL_CFLAGS -fno-strict-aliasing"
624 fi
622 AC_SUBST(TCL_CFLAGS) 625 AC_SUBST(TCL_CFLAGS)
623 else 626 else
624 AM_CONDITIONAL(USE_TCL, false) 627 AM_CONDITIONAL(USE_TCL, false)
625 fi 628 fi
626 629