diff options
Diffstat (limited to 'TSRM/tsrm.m4')
-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" |