From 8a02eed72334dfc4e4065d97cc39d543d25de2e9 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 10 Jul 2012 01:45:22 +0000 Subject: * configure.in: removed --enable/disable-win95 options. (see r36432) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2131ac02e8..51ca44c0f6 100644 --- a/configure.in +++ b/configure.in @@ -1072,10 +1072,6 @@ dnl Check whether we need to define sys_nerr locally AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default #include ]) -AC_ARG_ENABLE(win95, - AS_HELP_STRING([--enable-win95], [enable Windows 95 series support]), - [AS_CASE(["$enableval"],[yes|no],[enable_win95=$enableval],[unset enable_win95])]) - AC_ARG_WITH(winnt-ver, AS_HELP_STRING([--with-winnt-ver=0xXXXX], [target Windows NT version (default to 0x0501)]), [with_winnt_ver="$withval"], [with_winnt_ver="0x0501"]) @@ -1221,7 +1217,6 @@ main() ac_cv_func_gmtime_r=yes rb_cv_large_fd_select=yes AC_LIBOBJ([langinfo]) - : ${enable_win95=maybe} ], [os2-emx*], [ LIBS="-lm $LIBS" ac_cv_lib_dir_opendir=no], @@ -1255,13 +1250,6 @@ AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX AC_CHECK_LIB(socket, socketpair) # SunOS/Solaris AC_CHECK_LIB(rt, clock_gettime) # GNU/Linux -if test "${enable_win95}" = maybe; then - AC_HAVE_LIBRARY(unicows, [enable_win95=yes], [enable_win95=no]) -fi -if test "${enable_win95}" = yes; then - AC_DEFINE(WIN95) - LIBS="-lunicows $LIBS" -fi AS_CASE(["$target_cpu"], [alpha*|sh4|sh4el|sh4eb], [AS_CASE(["$target_os"::"$GCC"], -- cgit v1.2.3