From ea537ee18b7dfb5f60506b1bc74a01928d2596bd Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 26 Sep 2001 21:20:24 +0000 Subject: [PATCH] Update could not link pthread error message to "could not locate" --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2b810afef5..bd8b97857a 100644 --- a/configure.in +++ b/configure.in @@ -1353,7 +1353,7 @@ int main(argc, argv) CPPFLAGS="$save_CPPFLAGS" LIBS="$save_LIBS" else - AC_MSG_ERROR([could not link with POSIX Threads]) + AC_MSG_ERROR([could not locate usable POSIX Threads]) fi fi -- 2.47.2