* libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious

`dnl' from the help text of --with-pic.
Reported by stefan <stefan@lkcc.org>
This commit is contained in:
Gary V. Vaughan 2001-04-03 22:01:50 +00:00
parent 90cca73ad3
commit 79f5edd811
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-04-03 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious
`dnl' from the help text of --with-pic.
Reported by stefan <stefan@lkcc.org>
2001-04-02 Gary V. Vaughan <gvv@techie.com>
* configure.in: bumped version to 1.3e.

4
libtool.m4 vendored
View File

@ -785,8 +785,8 @@ AC_MSG_RESULT($objdir)
## FIXME: this should be a separate macro
##
AC_ARG_WITH(pic, [dnl
--with-pic try to use only PIC/non-PIC objects [default=use both]],
AC_ARG_WITH(pic,
[ --with-pic try to use only PIC/non-PIC objects [default=use both]],
pic_mode="$withval", pic_mode=default)
test -z "$pic_mode" && pic_mode=default