CVS User Account cvsuser
Mon Jan 3 16:50:44 PST 2005
Log Message:
-----------
Don't know why actually using the pthread ld flags was commented out,
but I suppose it would break more platforms than just FreeBSD 4.9.

Jan

Modified Files:
--------------
    slony1-engine/config:
        acx_pthread.m4 (r1.4 -> r1.5)

-------------- next part --------------
Index: acx_pthread.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_pthread.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lconfig/acx_pthread.m4 -Lconfig/acx_pthread.m4 -u -w -r1.4 -r1.5
--- config/acx_pthread.m4
+++ config/acx_pthread.m4
@@ -1,4 +1,4 @@
-??dnl Available from the GNU Autoconf Macro Archive at:
+dnl Available from the GNU Autoconf Macro Archive at:
 dnl http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html
 dnl
 AC_DEFUN([ACX_PTHREAD], [
@@ -87,7 +87,7 @@
 
                 -*)
                 AC_MSG_CHECKING([whether pthreads work with $flag])
-#                PTHREAD_CFLAGS="$flag"
+                PTHREAD_CFLAGS="$flag"
                 ;;
 
 		pthread-config)


More information about the Slony1-commit mailing list