From 6e5b538839809cd008b5d77f8e89a2c143e4de2d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 24 Sep 2001 18:26:24 +0000 Subject: [PATCH] Reword pthread error message for clarity --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bc84bec9a7..9395e81d46 100644 --- a/configure.in +++ b/configure.in @@ -1489,7 +1489,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.39.5