mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove double-quotes in help string of --enable-shared handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f785a0951
commit
a13c7e2d5b
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ AC_CHECK_LIB(nsl, main)
|
|||
#--------------------------------------------------------------------
|
||||
# Make a shared library?
|
||||
#--------------------------------------------------------------------
|
||||
AC_ARG_ENABLE(shared, "Build libobjects as a shared library",
|
||||
AC_ARG_ENABLE(shared, Build libobjects as a shared library,
|
||||
LIBOBJECTS_SO='libobjects.so.$(OBJECTS_VERSION)',
|
||||
LIBOBJECTS_SO=)
|
||||
AC_SUBST(LIBOBJECTS_SO)
|
||||
|
|
Loading…
Reference in a new issue