From: Miroslav Lichvar Date: Wed, 20 Mar 2013 15:41:56 +0000 (+0100) Subject: fix building with tcl8.6 (#902561) X-Git-Tag: r0-52-15~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e416e72ab5650a965c07d5f163f94d6fac2e689;p=thirdparty%2Fnewt.git fix building with tcl8.6 (#902561) --- diff --git a/configure.ac b/configure.ac index ff78d2b..cd1afa3 100644 --- a/configure.ac +++ b/configure.ac @@ -96,6 +96,8 @@ else . ${ac_cv_c_tclconfig}/tclConfig.sh AC_SUBST([TCL_LIB_FLAG]) WHIPTCLSO=whiptcl.so + # needed with tcl8.6 + CPPFLAGS="$CPPFLAGS -DUSE_INTERP_RESULT" else AC_MSG_RESULT([NOT found]) fi