Remove obsolete AC_TYPE_SIGNAL.

Sat, 20 Aug 2016 20:44:14 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 20 Aug 2016 20:44:14 -0400
changeset 37930
64cfc0ca8a7f
parent 37929
db31841dbd0f
child 37931
36a6673a15e6

Remove obsolete AC_TYPE_SIGNAL.

The return type is void when assuming C89, but no code actually used
RETSIGTYPE anyway.

config.h.mingw file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/config.h.mingw	Sat Aug 20 20:23:10 2016 -0400
+++ b/config.h.mingw	Sat Aug 20 20:44:14 2016 -0400
@@ -399,9 +399,6 @@
 /* Define if plugins are enabled. */
 #define PURPLE_PLUGINS 1
 
-/* Define as the return type of signal handlers (`int' or `void'). */
-#define RETSIGTYPE void
-
 /* The size of `time_t', as computed by sizeof. */
 #define SIZEOF_TIME_T 4
 
--- a/configure.ac	Sat Aug 20 20:23:10 2016 -0400
+++ b/configure.ac	Sat Aug 20 20:44:14 2016 -0400
@@ -251,7 +251,6 @@
 AC_SUBST([FINCH_PLUGINDIR])
 
 dnl Checks for library functions.
-AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
 AC_CHECK_FUNCS(strdup strstr atexit setlocale)
 dnl Checks for getopt in standard library

mercurial