Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
9e6b8d77
Commit
9e6b8d77
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Improve thread failure wording.
parent
75a5cbf3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+6
-2
6 additions, 2 deletions
configure
configure.in
+4
-2
4 additions, 2 deletions
configure.in
with
10 additions
and
4 deletions
configure
+
6
−
2
View file @
9e6b8d77
...
@@ -17926,8 +17926,12 @@ cat conftest.$ac_ext >&5
...
@@ -17926,8 +17926,12 @@ cat conftest.$ac_ext >&5
( exit $ac_status )
( exit $ac_status )
echo "$as_me:$LINENO: result: no" >&5
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
{ { echo "$as_me:$LINENO: error: Thread test program failed. Your platform is not thread-safe. See 'config.log" >&5
{ { echo "$as_me:$LINENO: error:
echo "$as_me: error: Thread test program failed. Your platform is not thread-safe. See 'config.log" >&2;}
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason." >&5
echo "$as_me: error:
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason." >&2;}
{ (exit 1); exit 1; }; }
{ (exit 1); exit 1; }; }
fi
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
4
−
2
View file @
9e6b8d77
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.33
8
2004/04/27 20:0
6:52
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.33
9
2004/04/27 20:0
9:27
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -1191,7 +1191,9 @@ LIBS="$LIBS $PTHREAD_LIBS"
...
@@ -1191,7 +1191,9 @@ LIBS="$LIBS $PTHREAD_LIBS"
AC_TRY_RUN([#include "$srcdir/src/tools/thread/thread_test.c"],
AC_TRY_RUN([#include "$srcdir/src/tools/thread/thread_test.c"],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
[AC_MSG_RESULT(no)
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe. See 'config.log])],
AC_MSG_ERROR([
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason.])],
[AC_MSG_RESULT(maybe)
[AC_MSG_RESULT(maybe)
AC_MSG_WARN([
AC_MSG_WARN([
*** Skipping thread test program because of cross-compile build.
*** Skipping thread test program because of cross-compile build.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment