summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-21 11:00:22 +0000
committerSascha Schumann <sas@php.net>2001-08-21 11:00:22 +0000
commit66187ec2dc92ea0b3a5e2df959e932b47ab7b714 (patch)
tree633c2cbd2bee5e9be839d404a5d93615473d3aed /TSRM/tsrm.m4
parentb017d9b01da17d32b3485864bb751c3190795414 (diff)
downloadphp-git-66187ec2dc92ea0b3a5e2df959e932b47ab7b714.tar.gz
nuke whitespace
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 16a0baf37b..61462f1f96 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -58,7 +58,7 @@ AC_DEFUN(TSRM_CHECK_ST,[
CPPFLAGS="$CPPFLAGS -I$1"
LDFLAGS="$LDFLAGS -L$1"
fi
- AC_CHECK_HEADERS(st.h,[ ],[
+ AC_CHECK_HEADERS(st.h,[],[
AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
])
LIBS="$LIBS -lst"