1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-19 14:41:11 -08:00

* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS

and MSWindows.
This commit is contained in:
Dan Nicolaescu 2010-07-07 19:37:32 -07:00
parent c0397930d0
commit d734dbbd24
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
and MSWindows.
2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Don't check for bcopy, bcmp, bzero. Don't include

2
configure vendored
View file

@ -5484,6 +5484,8 @@ esac
UNEXEC_OBJ=unexelf.o
case "$opsys" in
# MSDOS uses unexec.o
# MSWindows uses unexw32.o
aix4-2)
UNEXEC_OBJ=unexaix.o
;;

View file

@ -890,6 +890,8 @@ AC_SUBST(CANNOT_DUMP)
UNEXEC_OBJ=unexelf.o
case "$opsys" in
# MSDOS uses unexec.o
# MSWindows uses unexw32.o
aix4-2)
UNEXEC_OBJ=unexaix.o
;;