aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-29 08:20:19 +0100
committerMax Kellermann <max@duempel.org>2008-12-29 08:20:19 +0100
commit8a8fdfb0ad2ff401ec607cbd3a7f33df3f360678 (patch)
tree03bc5e71a7faf237dfca16499f5d60d0b8fdff8c /configure.ac
parent6ad7be95253597f371b1ac8b979f75cee3c7a8b3 (diff)
downloadmpd-8a8fdfb0ad2ff401ec607cbd3a7f33df3f360678.tar.gz
mpd-8a8fdfb0ad2ff401ec607cbd3a7f33df3f360678.tar.xz
mpd-8a8fdfb0ad2ff401ec607cbd3a7f33df3f360678.zip
configure.ac: removed pthread checks
We're now using GLib threading.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 864eb1184..8aaf52893 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,10 +362,6 @@ dnl AC_CHECK_HEADER(langinfo.h,[enable_langinfo=yes;AC_DEFINE(HAVE_LANGINFO,1,[D
AM_LANGINFO_CODESET
AC_CHECK_HEADER(locale.h,[enable_locale=yes;AC_DEFINE(HAVE_LOCALE,1,[Define if locale.h is present])],enable_locale=no)
-ACX_PTHREAD([CC="$PTHREAD_CC"
- LIBS="$PTHREAD_LIBS $LIBS"
- CFLAGS="$PTHREAD_CFLAGS $CFLAGS"])
-
if test x$enable_tcp = xno; then
# if we don't support TCP, we don't need IPv6 either
enable_ipv6=no