From ab702e4fdef20845e767c259950af5f7352bd4e7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 29 Jul 2018 03:53:52 +0200 Subject: Trim trailing whitespaces in build files Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files in Zend and TSRM folders. --- TSRM/tsrm.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TSRM/tsrm.m4') diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index ea9f9a0da1..0ccd7ac9ce 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -1,6 +1,6 @@ m4_include([TSRM/m4/gethostbyname.m4]) -dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND) +dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND) AC_DEFUN([TSRM_CHECK_GCC_ARG],[ gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z-,a-z_) AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z-,a-z_), [ @@ -75,9 +75,9 @@ AC_DEFUN([TSRM_CHECK_ST],[ sinclude(threads.m4) AC_DEFUN([TSRM_CHECK_PTHREADS],[ - + PTHREADS_CHECK - + if test "$pthreads_working" != "yes"; then AC_MSG_ERROR(Your system seems to lack POSIX threads.) fi -- cgit v1.2.1