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:
parent
c0397930d0
commit
d734dbbd24
3 changed files with 9 additions and 0 deletions
|
|
@ -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
2
configure
vendored
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue