Fri Jul 15 18:52:10 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Bug #1362 - subscribeSet() must check that the provider
- Next message: [Slony1-commit] By darcyb: Change ddl_fd tobe a FILE * instead of a int, fgets takes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add test case to allow FreBSD 5+ to use the prefered -lpthread over -pthread as used in versions prior to 5
Modified Files:
--------------
slony1-engine/config:
acx_pthread.m4 (r1.7 -> r1.8)
-------------- next part --------------
Index: acx_pthread.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_pthread.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lconfig/acx_pthread.m4 -Lconfig/acx_pthread.m4 -u -w -r1.7 -r1.8
--- config/acx_pthread.m4
+++ config/acx_pthread.m4
@@ -74,6 +74,9 @@
*cygwin*)
acx_pthread_flags="-lpthread $acx_pthread_flags"
;;
+ *freebsd*)
+ # freebsd 4 uses -pthread, freebsd 5 and above use -lpthread
+ acx_pthread_flags="pthread -pthread"
esac
if test x"$acx_pthread_ok" = xno; then
- Previous message: [Slony1-commit] By cbbrowne: Bug #1362 - subscribeSet() must check that the provider
- Next message: [Slony1-commit] By darcyb: Change ddl_fd tobe a FILE * instead of a int, fgets takes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list