mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
build-sys: fix help text for --disable-myhostname
This commit is contained in:
parent
ca25fde748
commit
f8c5a5815f
@ -654,7 +654,7 @@ AC_SUBST(KBD_SETFONT)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
have_myhostname=no
|
||||
AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-nss-myhostname], [disable nss-myhostname support]))
|
||||
AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))
|
||||
if test "x$enable_myhostname" != "xno"; then
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h sys/ioctl.h])
|
||||
|
Loading…
x
Reference in New Issue
Block a user