Skip to content

Commit bc16cc9

Browse files
committedMay 11, 2016
Merge pull request swiftlang#64 from dgrove-oss/bugfix2-libpwq-configure
Another fix for libpwq configuration
2 parents 4a6ec51 + 0df4784 commit bc16cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ 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_workqueues=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],
193193
[build_own_pthread_workqueues=false

0 commit comments

Comments
 (0)
Please sign in to comment.