aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-10-27 13:06:03 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-10-29 06:37:24 +0100
commit5869f8dd1f57ce93f80171427e723227471d8a33 (patch)
tree87f8d9a88f889afc34f35c6c11e617f46e04737c /configure
parent43376ccc8d2ceb64e281f0032897df80b6d0251a (diff)
modules: unbreak them on macos
Using the correct shared library suffix helps ;) Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201027120603.3625-1-kraxel@redhat.com
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 83610b0db8..6df4306c88 100755
--- a/configure
+++ b/configure
@@ -618,6 +618,7 @@ Darwin)
if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
cpu="x86_64"
fi
+ HOST_DSOSUF=".dylib"
;;
SunOS)
# $(uname -m) returns i86pc even on an x86_64 box, so default based on isainfo