mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix minor typos
This commit is contained in:
parent
2887275a3a
commit
c0a11aed8b
2 changed files with 4 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -6314,7 +6314,7 @@ printf "%s\n" "no" >&6; }
|
|||
PKG_CONFIG=""
|
||||
fi
|
||||
fi
|
||||
# If the modern mechanism failswe may havew an older pkg-config
|
||||
# If the modern mechanism fails we may have an older pkg-config
|
||||
# so try looking it up the old fashioned way.
|
||||
if test -z "$PKG_CONFIG"; then
|
||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
|
@ -14139,6 +14139,7 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for International Components for Unicode
|
||||
# See DEPENDENCIES POLICY at the start of this file.
|
||||
|
|
|
@ -1220,7 +1220,7 @@ AC_LANG_POP(C)
|
|||
|
||||
AC_PATH_PROG(WHOAMI, whoami, echo, $PATH:/usr/ucb)
|
||||
PKG_PROG_PKG_CONFIG
|
||||
# If the modern mechanism failswe may havew an older pkg-config
|
||||
# If the modern mechanism fails we may have an older pkg-config
|
||||
# so try looking it up the old fashioned way.
|
||||
if test -z "$PKG_CONFIG"; then
|
||||
AC_PATH_PROG(PKG_CONFIG,pkg-config,,)
|
||||
|
@ -3562,6 +3562,7 @@ if test $enable_zeroconf = yes; then
|
|||
fi
|
||||
AC_SUBST(HAVE_MDNS)
|
||||
AC_SUBST(HAVE_AVAHI)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for International Components for Unicode
|
||||
# See DEPENDENCIES POLICY at the start of this file.
|
||||
|
|
Loading…
Reference in a new issue