summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 09:43:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 09:43:13 +0000
commit4fab8059e7cce29b8643bf42a90de50b958011b4 (patch)
tree03e3d0f6e963ac2b7ee81734784648db0f9c7067 /configure
parent183bb56f6e0903680412f8238a022561b0beaabb (diff)
downloadskalibs-4fab8059e7cce29b8643bf42a90de50b958011b4.tar.xz
Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b1d38cb..689a5b5 100755
--- a/configure
+++ b/configure
@@ -535,12 +535,12 @@ if test -n "$vpathd" ; then
fi
if $static ; then
- echo "STATIC_LIBS := libskarnet.a"
+ echo "STATIC_LIBS := libskarnet.a.xyzzy"
else
echo "STATIC_LIBS :="
fi
if $shared ; then
- echo "SHARED_LIBS := libskarnet.so"
+ echo "SHARED_LIBS := libskarnet.so.xyzzy"
else
echo "SHARED_LIBS :="
fi