File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,10 @@ AS_IF([test -f $srcdir/libpwq/configure.ac],
187187 [ AC_DEFINE ( BUILD_OWN_PTHREAD_WORKQUEUES , 1 , [ Define if building pthread work queues from source] )
188188 ac_configure_args="--disable-libpwq-install $ac_configure_args"
189189 AC_CONFIG_SUBDIRS ( [ libpwq] )
190- build_own_pthread_workqueue =true,
190+ build_own_pthread_workqueues =true,
191191 AC_DEFINE ( HAVE_PTHREAD_WORKQUEUES , 1 , [ Define if pthread work queues are present] )
192192 have_pthread_workqueues=true] ,
193- [ build_own_pthread_workqueue =false
193+ [ build_own_pthread_workqueues =false
194194 AC_CHECK_HEADERS ( [ pthread/workqueue_private.h pthread_workqueue.h] ,
195195 [ AC_DEFINE ( HAVE_PTHREAD_WORKQUEUES , 1 , [ Define if pthread work queues are present] )
196196 have_pthread_workqueues=true] ,
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ if BUILD_OWN_PTHREAD_WORKQUEUES
6868 PTHREAD_WORKQUEUE_LIBS =$(top_builddir ) /libpwq/libpthread_workqueue.la
6969 PTHREAD_WORKQUEUE_CFLAGS =-I$(top_srcdir ) /libpwq/include
7070else
71- if HAVE_PTHREAD_WORKQUEUES
72- PTHREAD_WORKQUEUE_LIBS =-lpthread_workqueue
73- endif
71+ if HAVE_PTHREAD_WORKQUEUES
72+ PTHREAD_WORKQUEUE_LIBS =-lpthread_workqueue
73+ endif
7474endif
7575
7676libdispatch_la_LDFLAGS =-avoid-version
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ AM_CXXFLAGS=$(DISPATCH_TESTS_CFLAGS) $(CXXBLOCKS_FLAGS) $(BSD_OVERLAY_CFLAGS)
116116AM_OBJCXXFLAGS =$(DISPATCH_TESTS_CFLAGS ) $(CXXBLOCKS_FLAGS )
117117
118118if !BUILD_OWN_PTHREAD_WORKQUEUES
119- if HAVE_PTHREAD_WORKQUEUES
120- PTHREAD_WORKQUEUE_LIBS =-lpthread_workqueue
121- endif
119+ if HAVE_PTHREAD_WORKQUEUES
120+ PTHREAD_WORKQUEUE_LIBS =-lpthread_workqueue
121+ endif
122122endif
123123
124124LDADD =libbsdtests.la $(top_builddir ) /src/libdispatch.la $(KQUEUE_LIBS ) $(PTHREAD_WORKQUEUE_LIBS ) $(BSD_OVERLAY_LIBS )
You can’t perform that action at this time.
0 commit comments