mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 06:39:47 +00:00
Merge pull request #44 from qmfrederik/fix-library-typo
gs_library_combo.m4: Fix typo in 'library'
This commit is contained in:
commit
0cf140efc0
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -1613,7 +1613,7 @@ Optional Features:
|
|||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
--with-libray-combo Define the default "library combo". The library
|
||||
--with-library-combo Define the default "library combo". The library
|
||||
combo is a string of the form aaa-bbb-ccc where
|
||||
'aaa' is the Objective-C runtime library to use
|
||||
(examples are 'gnu' and 'apple'), 'bbb' is the
|
||||
|
|
|
@ -37,7 +37,7 @@ AC_DEFUN([GS_LIBRARY_COMBO],dnl
|
|||
])
|
||||
|
||||
AC_ARG_WITH([library-combo],
|
||||
[AS_HELP_STRING([--with-libray-combo], [
|
||||
[AS_HELP_STRING([--with-library-combo], [
|
||||
Define the default "library combo". The library combo is a string
|
||||
of the form aaa-bbb-ccc where 'aaa' is the Objective-C runtime
|
||||
library to use (examples are 'gnu' and 'apple'),
|
||||
|
|
Loading…
Reference in a new issue