X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=f921e6df0bb2792f14b7e16f301a5f12e3590f8a;hb=e83d90847323b194bdb04267f9b0eb557fb139d4;hp=401779f5da0f5e8c64e94b88f45642d9b71f136c;hpb=e8d52510a02525939dbde828cf62ed44374d6920;p=pspp diff --git a/configure.ac b/configure.ac index 401779f5da..f921e6df0b 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ fi dnl Xmllint is used in the rules to build the documentation. It is not actually necessary, dnl but is used for post-build consistency checks. Thus, non-developers can live without it. -dnl However for it to be usefull, it needs to be a certain version and have certain features. +dnl However for it to be useful, it needs to be a certain version and have certain features. dnl The macros below check that it the xmllint available is up to scratch. If it isn't dnl then a dummy /bin/echo is subsituted instead. @@ -311,7 +311,7 @@ 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 +dnl Some systems don't have SIGWINCH AC_CHECK_DECLS([SIGWINCH], [], [], [#include /* NetBSD declares sys_siglist in unistd.h. */