diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-04 01:00:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-04 01:00:02 +0000 |
commit | 9e66c3e6fe4f36e061a4d265f8e514c80ec11ef8 (patch) | |
tree | 708b167bb28c2588ffc4ab76f5ef1f05fb51a827 /configure | |
parent | 0e04982e78e9d1e5d17e4dc23ffcdba764a54f00 (diff) | |
download | postgresql-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-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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; }; } |