summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-04 01:05:51 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-04 01:05:51 +0200
commit13a663781501b25bd23f2db503bb42217d2cffc8 (patch)
treea17541b7f5a9220a6d6f4081a6a050bab7d7f396 /configure.ac
parent38290ec10382593afc4203530c9fffa0db041677 (diff)
downloadlibxml2-13a663781501b25bd23f2db503bb42217d2cffc8.tar.gz
Remove BeOS support
Haiku shouldn't be affected.
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 eba6be14..b0b13b4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -921,10 +921,6 @@ else
WITH_THREADS="1"
THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
;;
- *beos*)
- WITH_THREADS="1"
- THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_BEOS_THREADS"
- ;;
*)
dnl Use pthread by default in other cases
_libs=$LIBS