summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-11-19 17:53:00 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-11-19 21:30:13 +0000
commit03f6d4e0f168fe4fab13e14c3f370b5c09ccef3a (patch)
tree195e28616e8697c242e173301dff71ac7d56274b /configure
parentffb0af7f17eb0da86e9b140e86a1404d3c6c9e79 (diff)
win{32,64}: Hard disable symbol versioning
ICL doesn't return an error on unknown parameters, and will always pass the symver_gnu_asm test, and since Windows never has symbol versioning, just always disable it. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 36909048f4..05dbca7e6e 100755
--- a/configure
+++ b/configure
@@ -3222,6 +3222,7 @@ case $target_os in
enable dos_paths
;;
win32|win64)
+ disable symver
if enabled shared; then
# Link to the import library instead of the normal static library
# for shared libs.