From 4fab8059e7cce29b8643bf42a90de50b958011b4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 12 Aug 2015 09:43:13 +0000 Subject: Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.3.1