mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: fix typo in previous commit
* configure.ac: Avoid syntax error.
This commit is contained in:
parent
004aee6346
commit
d6daeb124b
@ -112,7 +112,7 @@ dnl Availability of various not common threadsafe functions
|
|||||||
AC_CHECK_FUNCS([strerror_r strtok_r getmntent_r getgrnam_r getpwuid_r])
|
AC_CHECK_FUNCS([strerror_r strtok_r getmntent_r getgrnam_r getpwuid_r])
|
||||||
|
|
||||||
dnl Availability of various common headers (non-fatal if missing).
|
dnl Availability of various common headers (non-fatal if missing).
|
||||||
AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h sys/utsname.h
|
AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h sys/utsname.h \
|
||||||
sys/wait.h sched.h termios.h sys/poll.h syslog.h mntent.h net/ethernet.h])
|
sys/wait.h sched.h termios.h sys/poll.h syslog.h mntent.h net/ethernet.h])
|
||||||
|
|
||||||
dnl Where are the XDR functions?
|
dnl Where are the XDR functions?
|
||||||
|
Loading…
Reference in New Issue
Block a user