mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(shared): Prepend missing `lib'. (Reported by Randy Chapman
<chapman@cs.washington.edu>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b4695b292a
commit
5e6abf930a
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ AC_CHECK_LIB(nsl, main)
|
|||
# Make a shared library?
|
||||
#--------------------------------------------------------------------
|
||||
AC_ARG_ENABLE(shared, Build the library as a shared library,
|
||||
SHARED_LIBRARY='$(LIBRARY_NAME).so.$(VERSION)',
|
||||
SHARED_LIBRARY='lib$(LIBRARY_NAME).so.$(VERSION)',
|
||||
SHARED_LIBRARY=)
|
||||
AC_SUBST(SHARED_LIBRARY)
|
||||
|
||||
|
|
Loading…
Reference in a new issue