q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
[pspp-builds.git] / configure.ac
index b06392a58670395c1790406c14b311ab98f0821f..09a2e3e42b4b623efe46b9c049ca1480d67a1056 100644 (file)
@@ -288,6 +288,16 @@ PSPP_READLINE
 dnl Checks for header files.
 AC_CHECK_HEADERS([sys/wait.h fpu_control.h ieeefp.h fenv.h pwd.h])
 
+dnl Some systems dont have SIGWINCH
+AC_CHECK_DECLS([SIGWINCH], [], [],
+          [#include <signal.h>
+          /* NetBSD declares sys_siglist in unistd.h.  */
+          #ifdef HAVE_UNISTD_H
+          # include <unistd.h>
+          #endif
+          ])
+
+
 # For gnulib.
 gl_INIT