commit 29976e055994339b651c9a26e3a1adb873625f22
parent 0d27e60be0446209d5d2af89ad1160464500d2ff
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 31 May 2016 17:31:38 +0200
build system modifications for #4133
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -223,6 +223,14 @@ AC_TYPE_UINTMAX_T
# Checks for library functions.
AC_CHECK_FUNCS([strdup])
+
+#
+# Check for tsc
+#
+AC_CHECK_PROG([tsc],[tsc],[yes],[no])
+AM_CONDITIONAL([HAVE_TSC], [test "x$tsc" = xyes])
+
+
AC_CONFIG_FILES([Makefile
examples/Makefile
examples/blog/Makefile