[前][次][番号順一覧][スレッド一覧]

ruby-changes:24299

From: usa <ko1@a...>
Date: Tue, 10 Jul 2012 10:45:33 +0900 (JST)
Subject: [ruby-changes:24299] usa:r36350 (trunk): * configure.in: removed --enable/disable-win95 options. (see r36432)

usa	2012-07-10 10:45:22 +0900 (Tue, 10 Jul 2012)

  New Revision: 36350

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36350

  Log:
    * configure.in: removed --enable/disable-win95 options. (see r36432)

  Modified files:
    trunk/ChangeLog
    trunk/configure.in

Index: configure.in
===================================================================
--- configure.in	(revision 36349)
+++ configure.in	(revision 36350)
@@ -1072,10 +1072,6 @@
 AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default
 #include <errno.h>])
 
-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 @@
 		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(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"],
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36349)
+++ ChangeLog	(revision 36350)
@@ -1,3 +1,7 @@
+Tue Jul 10 10:43:37 2012  NAKAMURA Usaku  <usa@r...>
+
+	* configure.in: removed --enable/disable-win95 options. (see r36432)
+
 Tue Jul 10 08:56:17 2012  Eric Hodel  <drbrain@s...>
 
 	* ext/zlib/zlib.c:  Added streaming support to inflate processing.
@@ -38,12 +42,12 @@
 
 Mon Jul  9 17:37:35 2012  NAKAMURA Usaku  <usa@r...>
 
-	* win32/win32.c (win95_stat): remove unnecessary macro.
+	* win32/win32.c (win95_stat): removed unnecessary macro.
 
 Mon Jul  9 17:22:16 2012  NAKAMURA Usaku  <usa@r...>
 
-	* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
-	  support.  remove --enable/disable-win95 option.
+	* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omitted
+	  Win9x support.  removed --enable/disable-win95 options.
 
 	* include/ruby/win32.h, file.c, win32/win32.c: ditto.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]