X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a191746d468664780a04846f900f1fd6d842e139..ca079bfa8e3812ebf21ffec1c27edeaa03cb9280:/m4/tputs.m4 diff --git a/m4/tputs.m4 b/m4/tputs.m4 index 15265dca..c8e64fba 100644 --- a/m4/tputs.m4 +++ b/m4/tputs.m4 @@ -1,4 +1,3 @@ -dnl dnl Some systems have different arguments to the tputs callback; it can dnl be int (*)(int), or int (*)(char). Try to probe to see which one it dnl actually is, so our callback can match the prototype. @@ -25,7 +24,6 @@ AC_DEFUN([NMH_TPUTS_PUTC_ARG], done AS_IF([test "X$nmh_cv_tputs_putc_arg" = X], [AC_MSG_FAILURE([cannot determine tputs callback argument])])]) -AC_MSG_RESULT([$nmh_cv_tputs_putc_arg]) AC_DEFINE_UNQUOTED([TPUTS_PUTC_ARG], [$nmh_cv_tputs_putc_arg], [The type of the argument of the tputs() callback]) ])