diff options
Diffstat (limited to 'erts/configure.in')
| -rw-r--r-- | erts/configure.in | 29 | 
1 files changed, 3 insertions, 26 deletions
diff --git a/erts/configure.in b/erts/configure.in index 03e27c9dad..fafa1c7e92 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -259,13 +259,6 @@ AS_HELP_STRING([--enable-m32-build],    esac  ],enable_m32_build=no) -AC_ARG_ENABLE(fixalloc, -AS_HELP_STRING([--disable-fixalloc], [disable the use of fix_alloc])) -if test x${enable_fixalloc} = xno ; then -  AC_DEFINE(NO_FIX_ALLOC,[], -	    [Define if you don't want the fix allocator in Erlang]) -fi -  AC_SUBST(PERFCTR_PATH)  AC_ARG_WITH(perfctr,  AS_HELP_STRING([--with-perfctr=PATH], @@ -914,16 +907,6 @@ fi  AC_SUBST(ERLANG_OSTYPE) -dnl Which sysv4 would this be, and what is it for??? -dnl XXX: replace with feature tests. -case $host_os in -  sysv4*) -    AC_DEFINE(SOCKOPT_CONNECT_STAT,[],[Obscure SYSV feature]) -    AC_DEFINE(NO_PRAGMA_WEAK,[],[Obscure SYSV feature]) -    LIBS="$LIBS -lgen -lc -L /usr/ucblib -lucb" -    ;; -esac -  # Check how to export functions from the emulator executable, needed  # when dynamically loaded drivers are loaded (so that they can find  # emulator functions). @@ -1484,7 +1467,7 @@ AC_CHECK_HEADERS(fcntl.h limits.h unistd.h syslog.h dlfcn.h ieeefp.h \                   sys/types.h sys/stropts.h sys/sysctl.h \                   sys/ioctl.h sys/time.h sys/uio.h \                   sys/socket.h sys/sockio.h sys/socketio.h \ -                 net/errno.h malloc.h mach-o/dyld.h arpa/nameser.h \ +                 net/errno.h malloc.h arpa/nameser.h \  		 pty.h util.h utmp.h langinfo.h poll.h sdkddkver.h)  AC_CHECK_HEADER(sys/resource.h, @@ -1809,11 +1792,6 @@ AC_CHECK_FUNCS([ieee_handler fpsetmask finite isnan isinf res_gethostbyname dlop  AC_CHECK_DECLS([posix2time],,,[#include <time.h>]) -if test "X$host" = "Xwin32"; then -	ac_cv_func_setvbuf_reversed=yes -fi -AC_FUNC_SETVBUF_REVERSED	 -  disable_vfork=false  if test "x$EMU_THR_LIB_NAME" != "x"; then  	AC_MSG_CHECKING([if vfork is known to hang multithreaded applications]) @@ -3538,7 +3516,7 @@ AC_SUBST(STATIC_KERBEROS_LIBS)  AC_SUBST(SSL_LINK_WITH_ZLIB)  AC_SUBST(STATIC_ZLIB_LIBS) -std_ssl_locations="/usr/local /usr/sfw /opt/local /usr /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl" +std_ssl_locations="/usr/local /usr/sfw /usr /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl"  AC_ARG_WITH(ssl-zlib,  AS_HELP_STRING([--with-ssl-zlib=PATH], @@ -4312,7 +4290,6 @@ dnl  Note that the output files are relative to $srcdir  AC_OUTPUT(    emulator/$host/Makefile:emulator/Makefile.in    emulator/zlib/$host/Makefile:emulator/zlib/Makefile.in -  emulator/pcre/$host/Makefile:emulator/pcre/Makefile.in    epmd/src/$host/Makefile:epmd/src/Makefile.in    etc/common/$host/Makefile:etc/common/Makefile.in    include/internal/$host/ethread.mk:include/internal/ethread.mk.in @@ -4326,7 +4303,7 @@ dnl The ones below should be moved to their respective lib  dnl    ../lib/ic/c_src/$host/Makefile:../lib/ic/c_src/Makefile.in    ../lib/os_mon/c_src/$host/Makefile:../lib/os_mon/c_src/Makefile.in -  ../lib/ssl/c_src/$host/Makefile:../lib/ssl/c_src/Makefile.in +dnl  ../lib/ssl/c_src/$host/Makefile:../lib/ssl/c_src/Makefile.in    ../lib/crypto/c_src/$host/Makefile:../lib/crypto/c_src/Makefile.in    ../lib/orber/c_src/$host/Makefile:../lib/orber/c_src/Makefile.in    ../lib/runtime_tools/c_src/$host/Makefile:../lib/runtime_tools/c_src/Makefile.in  | 
