aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index e4647c6a301..c3e440adcaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,6 +175,7 @@ esac
175 175
176canonical=$host 176canonical=$host
177configuration=${host_alias-${build_alias-$host}} 177configuration=${host_alias-${build_alias-$host}}
178emacs_uname_r=`uname -r`
178 179
179dnl Support for --program-prefix, --program-suffix and 180dnl Support for --program-prefix, --program-suffix and
180dnl --program-transform-name options 181dnl --program-transform-name options
@@ -1222,8 +1223,8 @@ if test $opsys = gnu-linux; then
1222 AC_SUBST([SETFATTR]) 1223 AC_SUBST([SETFATTR])
1223 fi 1224 fi
1224fi 1225fi
1225case $opsys,$PAXCTL_notdumped in 1226case $opsys,$PAXCTL_notdumped,$emacs_uname_r in
1226 gnu-linux, | netbsd,) 1227 gnu-linux,,* | netbsd,,[0-7].*)
1227 AC_PATH_PROG([PAXCTL], [paxctl], [], 1228 AC_PATH_PROG([PAXCTL], [paxctl], [],
1228 [$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin]) 1229 [$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin])
1229 if test -n "$PAXCTL"; then 1230 if test -n "$PAXCTL"; then
@@ -5509,13 +5510,12 @@ to run if these resources are not installed."])
5509 echo 5510 echo
5510fi 5511fi
5511 5512
5512if test "${opsys}" = "cygwin"; then 5513case $opsys,$emacs_uname_r in
5513 case `uname -r` in 5514 cygwin,1.5.*)
5514 1.5.*) AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]]) 5515 AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
5515 echo 5516 echo
5516 ;; 5517 ;;
5517 esac 5518esac
5518fi
5519 5519
5520# Remove any trailing slashes in these variables. 5520# Remove any trailing slashes in these variables.
5521case $prefix in 5521case $prefix in