]> code.delx.au - gnu-emacs/commitdiff
* configure.ac: Explicitly drop some ancient Solaris versions.
authorGlenn Morris <rgm@gnu.org>
Thu, 29 May 2014 01:36:44 +0000 (21:36 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 May 2014 01:36:44 +0000 (21:36 -0400)
ChangeLog
configure.ac

index 09f06181136f94e6112e79817cb32b02e761843f..26f841e8eb0b535d9e343f20a31037b19e704ebb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-29  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Explicitly drop some ancient Solaris versions.
+
 2014-05-27  Fabrice Popineau  <fabrice.popineau@gmail.com>
 
        * configure.ac (C_HEAP_SWITCH) define for different values of
index 84f989f7f97f7e4756adae347844d465f76a6ce6..e70c0fc63128176a02c4ec9be6ccb3d1efc370d7 100644 (file)
@@ -576,10 +576,13 @@ case "${canonical}" in
                opsys=sol2-10
                emacs_check_sunpro_c=yes
                ;;
+      *-sunos5.[1-5]* | *-solaris2.[1-5]* ) unported=yes ;;
+      ## Note that Emacs 23.1's NEWS said the following would be dropped.
       *-sunos5.6* | *-solaris2.6* )
                opsys=sol2-6
                RANLIB="ar -ts"
                ;;
+      ## 5.7 EOL Aug 2008, 5.8 EOL Mar 2012.
       *-sunos5.[7-9]* | *-solaris2.[7-9]* )
                opsys=sol2-6
                emacs_check_sunpro_c=yes
@@ -3825,14 +3828,6 @@ dnl Fixme: Not used.  Should this be HAVE_SOCKETS?
            [Define to 1 if you have inet sockets.])
 fi
 
-dnl Check for a Solaris 2.4 vfork bug that Autoconf misses (through 2.69).
-dnl This can be removed once we assume Autoconf 2.70.
-case $canonical in
-  *-solaris2.4 | *-solaris2.4.*)
-    dnl Disable the Autoconf-generated vfork test.
-    : ${ac_cv_func_vfork_works=no};;
-esac
-
 AC_FUNC_FORK
 
 AC_CHECK_FUNCS(snprintf)