]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Update could not link pthread error message to "could not locate"
authorKurt Zeilenga <kurt@openldap.org>
Wed, 26 Sep 2001 21:20:24 +0000 (21:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 26 Sep 2001 21:20:24 +0000 (21:20 +0000)
configure.in

index 2b810afef5fa18d6bc51835b2b96f5ff12bb5500..bd8b97857a71793dd56c4dbecf2c5d50113daa7e 100644 (file)
@@ -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