This messes up some editor's syntax highlighting. --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.in b/configure.in index 22233991..8ff56e78 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,7 @@ AC_PATH_PROG(PERL, perl) # Check whether `pkg-config' is available AC_ARG_VAR([PKG_CONFIG], [path to pkg-config]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to the pkg-config search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config s search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) @@ -318,7 +318,7 @@ AC_MSG_CHECKING([for pthread_spinlock support]) AC_TRY_COMPILE([#include <pthread.h>], [ #ifdef __INTERIX /* - * interix has experimental spinlock support and this doesn't work very well + * interix has experimental spinlock support and this does not work very well * therefore disable it for now */ pthread_spinlock_t_failed lock; @@ -352,7 +352,7 @@ AC_TRY_RUN([#include <semaphore.h> int main(void) { sem_t s; int val; - /* macOS doesn't implement native sem_init */ + /* macOS does not implement native sem_init */ if (sem_init(&s, 0, 1) != 0) return 1; sem_wait(&s); @@ -1461,7 +1461,7 @@ AC_ARG_WITH(gsoap, ]) AH_VERBATIM([PRINTFLIKE], [ -/* If we're using GCC, we can get it to check format function arguments. */ +/* If we are using GCC, we can get it to check format function arguments. */ #ifdef __GNUC__ #define PRINTFLIKE(a,b) __attribute__((format(printf, a, b))) #else -- 2.43.0