summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorPeter Kokot <petk@php.net>2018-07-29 03:53:52 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-29 15:46:43 +0200
commitab702e4fdef20845e767c259950af5f7352bd4e7 (patch)
treeab4979bac65cf1a25246d7e5e37d76905859f431 /TSRM/tsrm.m4
parent209f05a8782bb47f884c003dc150926425eb176c (diff)
downloadphp-git-ab702e4fdef20845e767c259950af5f7352bd4e7.tar.gz
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.
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m46
1 files changed, 3 insertions, 3 deletions
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