diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 09:43:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 09:43:13 +0000 |
commit | 4fab8059e7cce29b8643bf42a90de50b958011b4 (patch) | |
tree | 03e3d0f6e963ac2b7ee81734784648db0f9c7067 /configure | |
parent | 183bb56f6e0903680412f8238a022561b0beaabb (diff) | |
download | skalibs-4fab8059e7cce29b8643bf42a90de50b958011b4.tar.xz |
Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |