summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2010-07-23 21:23:07 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-07-23 21:23:07 -0400
commit921d40b4531cbae271f323bcc17607175e020db4 (patch)
tree7915512ef3e0f74311843b3f4148d72853cd65cc /configure
parent195e19e4f90710c5ad4be9a3e47fcfa3b02e1604 (diff)
downloademacs-921d40b4531cbae271f323bcc17607175e020db4.tar.gz
* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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.