Removed pthreads dependency, tidied server code

This commit is contained in:
James Booth
2015-05-12 00:50:19 +01:00
parent 39fe147a8a
commit 0fb5ced9ef
2 changed files with 4 additions and 9 deletions

View File

@@ -14,9 +14,6 @@ AC_PROG_CC
PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [],
[AC_MSG_ERROR([glib 2.26 or higher is required])])
AC_CHECK_LIB([pthread], [main], [],
[AC_MSG_ERROR([pthread is required])])
AM_CFLAGS="-Wall -Wno-deprecated-declarations"
AM_CFLAGS="$AM_CFLAGS -Wunused -Werror"
AM_CPPFLAGS="$AM_CPPFLAGS $glib_CFLAGS"