Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9e6b8d77
Commit
9e6b8d77
authored
Apr 27, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve thread failure wording.
parent
75a5cbf3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
configure
configure
+6
-2
configure.in
configure.in
+4
-2
No files found.
configure
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
...
...
configure.in
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:06:52
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.33
9 2004/04/27 20:09: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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment