mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
fix minor typos
This commit is contained in:
parent
d31ed9a68e
commit
32b84ca49d
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=""
|
PKG_CONFIG=""
|
||||||
fi
|
fi
|
||||||
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.
|
# so try looking it up the old fashioned way.
|
||||||
if test -z "$PKG_CONFIG"; then
|
if test -z "$PKG_CONFIG"; then
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
|
@ -14139,6 +14139,7 @@ fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Check for International Components for Unicode
|
# Check for International Components for Unicode
|
||||||
# See DEPENDENCIES POLICY at the start of this file.
|
# 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)
|
AC_PATH_PROG(WHOAMI, whoami, echo, $PATH:/usr/ucb)
|
||||||
PKG_PROG_PKG_CONFIG
|
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.
|
# so try looking it up the old fashioned way.
|
||||||
if test -z "$PKG_CONFIG"; then
|
if test -z "$PKG_CONFIG"; then
|
||||||
AC_PATH_PROG(PKG_CONFIG,pkg-config,,)
|
AC_PATH_PROG(PKG_CONFIG,pkg-config,,)
|
||||||
|
@ -3562,6 +3562,7 @@ if test $enable_zeroconf = yes; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(HAVE_MDNS)
|
AC_SUBST(HAVE_MDNS)
|
||||||
AC_SUBST(HAVE_AVAHI)
|
AC_SUBST(HAVE_AVAHI)
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Check for International Components for Unicode
|
# Check for International Components for Unicode
|
||||||
# See DEPENDENCIES POLICY at the start of this file.
|
# See DEPENDENCIES POLICY at the start of this file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue