diff options
author | Sascha Schumann <sas@php.net> | 2001-08-21 11:00:22 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-21 11:00:22 +0000 |
commit | 66187ec2dc92ea0b3a5e2df959e932b47ab7b714 (patch) | |
tree | 633c2cbd2bee5e9be839d404a5d93615473d3aed /TSRM | |
parent | b017d9b01da17d32b3485864bb751c3190795414 (diff) | |
download | php-git-66187ec2dc92ea0b3a5e2df959e932b47ab7b714.tar.gz |
nuke whitespace
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm.m4 | 2 |
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" |