gs_library_combo.m4: Fix typo in 'library'

This commit is contained in:
Frederik Carlier 2024-03-29 08:54:52 +00:00
parent 77c46a1f0e
commit dc8387f6f9
No known key found for this signature in database
GPG key ID: 11638A1220ED91C7
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'),