Skip to content
Snippets Groups Projects
Commit 1cb7f2eb authored by Bruce Momjian's avatar Bruce Momjian
Browse files

More thread cleanups.

parent bc6ecbfe
No related branches found
No related tags found
No related merge requests found
...@@ -13760,7 +13760,6 @@ fi ...@@ -13760,7 +13760,6 @@ fi
   
   
   
# This test makes sure that run tests work at all. Sometimes a shared # This test makes sure that run tests work at all. Sometimes a shared
# library is found by the linker, but the runtime linker can't find it. # library is found by the linker, but the runtime linker can't find it.
# This check should come after all modifications of compiler or linker # This check should come after all modifications of compiler or linker
...@@ -18542,7 +18541,6 @@ s,@acx_pthread_config@,$acx_pthread_config,;t t ...@@ -18542,7 +18541,6 @@ s,@acx_pthread_config@,$acx_pthread_config,;t t
s,@PTHREAD_CC@,$PTHREAD_CC,;t t s,@PTHREAD_CC@,$PTHREAD_CC,;t t
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
s,@PTHREAD_CFLAGS@,$PTHREAD_CFLAGS,;t t s,@PTHREAD_CFLAGS@,$PTHREAD_CFLAGS,;t t
s,@THREAD_SUPPORT@,$THREAD_SUPPORT,;t t
s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t
s,@MSGFMT@,$MSGFMT,;t t s,@MSGFMT@,$MSGFMT,;t t
s,@MSGMERGE@,$MSGMERGE,;t t s,@MSGMERGE@,$MSGMERGE,;t t
......
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.328 2004/04/25 21:04:59 momjian Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.329 2004/04/25 21:09:08 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -995,7 +995,6 @@ PTHREAD_CFLAGS= ...@@ -995,7 +995,6 @@ PTHREAD_CFLAGS=
PTHREAD_LIBS= PTHREAD_LIBS=
fi fi
AC_SUBST(THREAD_SUPPORT)
AC_SUBST(PTHREAD_CFLAGS) AC_SUBST(PTHREAD_CFLAGS)
AC_SUBST(PTHREAD_LIBS) AC_SUBST(PTHREAD_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment