Merge pull request #44 from qmfrederik/fix-library-typo

gs_library_combo.m4: Fix typo in 'library'
This commit is contained in:
rfm 2024-03-31 11:34:06 +01:00 committed by GitHub
commit 0cf140efc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

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

View file

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