summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82e04a5..8a34b47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -630,7 +630,13 @@ case "${host}" in
DSO_LDFLAGS="-shared"
link_whole_archive="1"
fi
- DUMP_SYMS="dumpbin /SYMBOLS"
+ case "${host}" in
+ *-*-cygwin*)
+ DUMP_SYMS="dumpbin /SYMBOLS"
+ ;;
+ *)
+ ;;
+ esac
a="lib"
libprefix=""
SOREV="${so}"