diff options
author | Ken Brown <kbrown@cornell.edu> | 2010-07-23 21:23:07 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-07-23 21:23:07 -0400 |
commit | 921d40b4531cbae271f323bcc17607175e020db4 (patch) | |
tree | 7915512ef3e0f74311843b3f4148d72853cd65cc /configure | |
parent | 195e19e4f90710c5ad4be9a3e47fcfa3b02e1604 (diff) | |
download | emacs-921d40b4531cbae271f323bcc17607175e020db4.tar.gz |
* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 693e404bba7..63d203268a5 100755 --- a/configure +++ b/configure @@ -5885,7 +5885,7 @@ START_FILES= case $opsys in cygwin ) LIB_MATH= - START_FILES='ecrt0.o' + START_FILES='pre-crt0.o' ;; darwin ) ## Adding -lm confuses the dynamic linker, so omit it. |