diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-08-23 20:45:11 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-08-23 20:45:11 +0000 |
| commit | eef7e30cc13158cb1fde7f4b148dd14e83331a35 (patch) | |
| tree | e5844b5fd84b8a3f40043412830defffe126a6ca /configure | |
| parent | bc1a3cdd01412981fa5a2e6ebadfea13fbf11361 (diff) | |
| download | postgresql-eef7e30cc13158cb1fde7f4b148dd14e83331a35.tar.gz | |
Fix function name.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -20908,6 +20908,8 @@ fi +if test x"$template" != x"win32" +then echo "$as_me:$LINENO: checking for POSIX signal interface" >&5 echo $ECHO_N "checking for POSIX signal interface... $ECHO_C" >&6 if test "${pgac_cv_func_posix_signals+set}" = set; then @@ -20986,6 +20988,7 @@ echo "$as_me: error: " >&2;} { (exit 1); exit 1; }; } fi +fi if test $ac_cv_func_fseeko = yes; then # Check whether --enable-largefile or --disable-largefile was given. @@ -22432,6 +22435,8 @@ done # defined. Cross compiling throws a warning. # if test "$enable_thread_safety_force" = yes; then +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 @@ -22444,7 +22449,13 @@ echo "$as_me: WARNING: proper locking function calls to your applications to guarantee thread safety. " >&2;} +else +{ echo "$as_me:$LINENO: WARNING: *** Skipping thread test on Win32" >&5 +echo "$as_me: WARNING: *** Skipping thread test on Win32" >&2;} +fi elif test "$enable_thread_safety" = yes; then +if test x"$template" != x"win32" +then echo "$as_me:$LINENO: checking thread safety of required library functions" >&5 echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6 @@ -22517,6 +22528,10 @@ rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftes fi CFLAGS="$_CFLAGS" LIBS="$_LIBS" +else +{ echo "$as_me:$LINENO: WARNING: *** Skipping thread test on Win32" >&5 +echo "$as_me: WARNING: *** Skipping thread test on Win32" >&2;} +fi fi # prepare build tree if outside source tree |
