Skip to content

Commit 66187ec

Browse files
author
Sascha Schumann
committed
nuke whitespace
1 parent b017d9b commit 66187ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSRM/tsrm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ AC_DEFUN(TSRM_CHECK_ST,[
5858
CPPFLAGS="$CPPFLAGS -I$1"
5959
LDFLAGS="$LDFLAGS -L$1"
6060
fi
61-
AC_CHECK_HEADERS(st.h,[ ],[
61+
AC_CHECK_HEADERS(st.h,[],[
6262
AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
6363
])
6464
LIBS="$LIBS -lst"

0 commit comments

Comments
 (0)