# HG changeset patch # User Ethan Blanton # Date 1062548666 0 # Node ID 0e2c617e1ac9e63e96469b1590499bc42185d78d # Parent f362dc18f9203b286a6dcb934f3c963786180619 [gaim-migrate @ 7242] Seriously, I mean it. committer: Tailor Script diff -r f362dc18f920 -r 0e2c617e1ac9 configure.ac --- a/configure.ac Wed Sep 03 00:10:50 2003 +0000 +++ b/configure.ac Wed Sep 03 00:24:26 2003 +0000 @@ -646,11 +646,14 @@ . $TKCONFIG eval "TK_LIB_SPEC=\"$TK_LIB_SPEC\"" AC_MSG_CHECKING([for Tk linkability]) + oldCPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $TCL_CFLAGS" oldLIBS=$LIBS LIBS="$LIBS $TCL_LIB_SPEC $TK_LIB_SPEC" AC_TRY_LINK([#include ], [Tcl_Interp *interp; Tcl_Init(interp); Tk_Init(interp);], [AC_MSG_RESULT([yes]);enable_tk=yes], [AC_MSG_RESULT([no]);enable_tk=no]) + CPPFLAGS="$oldCPPFLAGS" LIBS="$oldLIBS" fi else