summaryrefslogtreecommitdiff
path: root/build-aux/ltmain.m4sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/ltmain.m4sh')
-rw-r--r--build-aux/ltmain.m4sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 00d063c1..ca298017 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -7376,7 +7376,7 @@ EOF
cygwin* | mingw* | cegcc*)
if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
# exporting using user supplied symfile
- if test EXPORTS = "`$SED 1q $export_symbols`"; then
+ if test EXPORTS != "`$SED 1q $export_symbols`"; then
# and it's NOT already a .def file. Must figure out
# which of the given symbols are data symbols and tag
# them as such. So, trigger use of export_symbols_cmds.