* infptrace.c (child_resume): Don't try to step if
[deliverable/binutils-gdb.git] / gdb / aclocal.m4
index 50fb1f02616d7484b6b3692d8b8dd53c669dfdfa..dd386e0c7bf1be06c14bf8072533cc7ded7e8e5e 100644 (file)
@@ -473,6 +473,7 @@ dnl    AC_SUBST(TK_PREFIX)
 dnl not used, don't export to save symbols
 dnl    AC_SUBST(TK_EXEC_PREFIX)
 
+    AC_SUBST(TK_BUILD_INCLUDES)
     AC_SUBST(TK_XINCLUDES)
     AC_SUBST(TK_XLIBSW)
     AC_SUBST(TK_BUILD_LIB_SPEC)
@@ -524,14 +525,5 @@ fi
 if test x"${ac_cv_c_tixh}" != x ; then
      TIXHDIR="-I${ac_cv_c_tixh}"
 fi
-# need to do better than this...
-case "${host}" in
-*-*-cygwin32*)
-  TIXLIB="../tix/win/tk4.2/libtix4.1.7.6.a" ;;
-*)
-  TIXLIB="../tix/unix/tk4.2/libtix4.1.7.6.a" ;;
-esac 
 AC_SUBST(TIXHDIR)
-AC_SUBST(TIXLIB)
 ])
-
This page took 0.024535 seconds and 4 git commands to generate.