File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17904,7 +17904,7 @@ else
17904
17904
cat >conftest.$ac_ext <<_ACEOF
17905
17905
#line $LINENO "configure"
17906
17906
#include "confdefs.h"
17907
- #include "src/tools/thread/thread_test.c"
17907
+ #include "$srcdir/ src/tools/thread/thread_test.c"
17908
17908
_ACEOF
17909
17909
rm -f conftest$ac_exeext
17910
17910
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.337 2004/04/27 19:51:12 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.338 2004/04/27 20:06:52 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1188,7 +1188,7 @@ _CFLAGS="$CFLAGS"
1188
1188
_LIBS="$LIBS"
1189
1189
CFLAGS="$CFLAGS $PTHREAD_CFLAGS -DIN_CONFIGURE"
1190
1190
LIBS="$LIBS $PTHREAD_LIBS"
1191
- AC_TRY_RUN([#include "src/tools/thread/thread_test.c"],
1191
+ AC_TRY_RUN([#include "$srcdir/ src/tools/thread/thread_test.c"],
1192
1192
[AC_MSG_RESULT(yes)],
1193
1193
[AC_MSG_RESULT(no)
1194
1194
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe. See 'config.log])],
You can’t perform that action at this time.
0 commit comments