Skip to content

Commit

Permalink
build: Add explicit pthreads dependency
Browse files Browse the repository at this point in the history
Use AX_PTHREAD to check for pthreads, and use the corresponding
CFLAGS and LIBS for gnome-terminal-server.

https://bugzilla.gnome.org/show_bug.cgi?id=791052
  • Loading branch information
Christian Persch committed Dec 1, 2017
1 parent b1492a7 commit 47f6462
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 1 deletion.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -36,6 +36,8 @@ IT_PROG_INTLTOOL([0.50.0])

AM_GLIB_GNU_GETTEXT

AX_PTHREAD([],[AC_MSG_ERROR([pthreads are required])])

GLIB_REQUIRED=2.42.0
GLIB_MIN_REQUIRED=2.42
GLIB_MAX_ALLOWED=2.50
Expand Down

0 comments on commit 47f6462

Please sign in to comment.