summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-05 06:02:19 +0000
committerSascha Schumann <sas@php.net>2002-07-05 06:02:19 +0000
commitaf3871e44c19eaee688b954cd1f1f63bc3c2e076 (patch)
treee1172c775e8fdfea32ef794ae3ea5426fa09c84b /configure.in
parent2154e7b55b91e294cf5635aedc2388524a4d3ac9 (diff)
downloadphp-git-af3871e44c19eaee688b954cd1f1f63bc3c2e076.tar.gz
Remove remainings of bsd_makefile
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 07a01781b8..595b67a89a 100644
--- a/configure.in
+++ b/configure.in
@@ -91,8 +91,6 @@ if test -z "$host_alias"; then
host_alias=$ac_cv_host_alias
fi
-BSD_MAKEFILE=no
-
case $host_alias in
*solaris*)
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
@@ -105,8 +103,6 @@ case $host_alias in
*darwin*|*rhapsody*)
CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
php_multiple_shlib_versions_ok=yes;;
-*bsdi*)
- BSD_MAKEFILE=yes;;
*beos*)
beos_threads=1
LIBS="$LIBS -lbe -lroot";;