summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-02-04 01:00:02 +0000
committerBruce Momjian <bruce@momjian.us>2006-02-04 01:00:02 +0000
commit9e66c3e6fe4f36e061a4d265f8e514c80ec11ef8 (patch)
tree708b167bb28c2588ffc4ab76f5ef1f05fb51a827 /configure
parent0e04982e78e9d1e5d17e4dc23ffcdba764a54f00 (diff)
downloadpostgresql-9e66c3e6fe4f36e061a4d265f8e514c80ec11ef8.tar.gz
Move thread_test directory from /tools to /test so source-only tarballs
have the directory for the configure test.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index feed25181d..10fee9956b 100755
--- a/configure
+++ b/configure
@@ -22753,13 +22753,13 @@ if test x"$template" != x"win32"
then
{ echo "$as_me:$LINENO: WARNING:
*** Skipping thread test program. --enable-thread-safety-force was used.
-*** Run the program in src/tools/thread on the your machine and add
+*** Run the program in src/test/thread on the your machine and add
proper locking function calls to your applications to guarantee thread
safety.
" >&5
echo "$as_me: WARNING:
*** Skipping thread test program. --enable-thread-safety-force was used.
-*** Run the program in src/tools/thread on the your machine and add
+*** Run the program in src/test/thread on the your machine and add
proper locking function calls to your applications to guarantee thread
safety.
" >&2;}
@@ -22782,11 +22782,11 @@ if test "$cross_compiling" = yes; then
echo "${ECHO_T}maybe" >&6
{ echo "$as_me:$LINENO: WARNING:
*** Skipping thread test program because of cross-compile build.
-*** Run the program in src/tools/thread on the target machine.
+*** Run the program in src/test/thread on the target machine.
" >&5
echo "$as_me: WARNING:
*** Skipping thread test program because of cross-compile build.
-*** Run the program in src/tools/thread on the target machine.
+*** Run the program in src/test/thread on the target machine.
" >&2;}
else
cat >conftest.$ac_ext <<_ACEOF
@@ -22795,7 +22795,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include "$srcdir/src/tools/thread/thread_test.c"
+#include "$srcdir/src/test/thread/thread_test.c"
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@ -22824,7 +22824,7 @@ echo "${ECHO_T}no" >&6
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled. However, you must then run
-*** the program in src/tools/thread and add locking function calls
+*** the program in src/test/thread and add locking function calls
*** to your applications to guarantee thread safety.
" >&5
echo "$as_me: error:
@@ -22833,7 +22833,7 @@ echo "$as_me: error:
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled. However, you must then run
-*** the program in src/tools/thread and add locking function calls
+*** the program in src/test/thread and add locking function calls
*** to your applications to guarantee thread safety.
" >&2;}
{ (exit 1); exit 1; }; }