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:
Andrew McCallum 1996-01-08 16:05:50 +00:00
parent 1f785a0951
commit a13c7e2d5b

View file

@ -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)