summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-01 22:20:13 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-02 22:08:54 +0200
commitb1ef50091d81a94e1d0a92010d99a862bb5a58b0 (patch)
tree33f7e4a0801743bc045e064b2e47e07e878fcdf7 /configure.ac
parent534351c0141d1e41e9d656706aa506462ae42f5a (diff)
downloadphp-git-b1ef50091d81a94e1d0a92010d99a862bb5a58b0.tar.gz
Remove some old BeOS artefacts
- checking for beos systems is no longer relevant in configure.ac - usage of undefined constant BETHREADS removed. Closes GH-4346
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 ed63271e26..c536defa1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,10 +282,6 @@ case $host_alias in
fi
php_multiple_shlib_versions_ok=yes
;;
- *beos*)
- beos_threads=1
- LIBS="$LIBS -lbe -lroot"
- ;;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
;;