diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-15 16:39:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-15 16:39:08 +0000 |
commit | 197486d3530d60cde2a9c12bdd3400c6d8e773ad (patch) | |
tree | 40bd9fac3a73132c97ab8f84f5cf6a6b50402bcb | |
parent | 2921707c5c4b1f326eb611e3026c441a020704b9 (diff) |
fixed error: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 00000000000005f0HEADsvn2git-headexternals/iem16
svn path=/trunk/externals/iem16/; revision=14440
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac index e143f99..dbb842d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -153,7 +153,7 @@ dnl dnl OK, checks which machines are here now dnl this needs some rethinking when cross-compiling (?) dnl -AC_CHECK_LDFLAGS([-export_dynamic -shared]) +AC_CHECK_LDFLAGS([-Wl,--export-dynamic -shared]) if test `uname -s` = Linux; then |