aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-07 19:37:32 -0700
committerDan Nicolaescu2010-07-07 19:37:32 -0700
commitd734dbbd24fca96383d2583c36d2a805181cf306 (patch)
treea0279f33bcf2f4ca4f8ac26f520a870b2559f02d /configure
parentc0397930d0e2a25155f6929325d8ff1966a436df (diff)
downloademacs-d734dbbd24fca96383d2583c36d2a805181cf306.tar.gz
emacs-d734dbbd24fca96383d2583c36d2a805181cf306.zip
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
and MSWindows.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6b41a679a0e..13beb1f07a7 100755
--- a/configure
+++ b/configure
@@ -5484,6 +5484,8 @@ esac
5484 5484
5485UNEXEC_OBJ=unexelf.o 5485UNEXEC_OBJ=unexelf.o
5486case "$opsys" in 5486case "$opsys" in
5487 # MSDOS uses unexec.o
5488 # MSWindows uses unexw32.o
5487 aix4-2) 5489 aix4-2)
5488 UNEXEC_OBJ=unexaix.o 5490 UNEXEC_OBJ=unexaix.o
5489 ;; 5491 ;;