mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
autotools: Try to fix bug with multiline arguments
Only happens with older autoconf?
This commit is contained in:
parent
30c8d9bb23
commit
adcf399beb
25
configure.ac
25
configure.ac
@ -286,15 +286,14 @@ fi
|
|||||||
dnl
|
dnl
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
dnl
|
dnl
|
||||||
AC_CHECK_HEADERS([
|
AC_CHECK_HEADERS([stdint.h inttypes.h
|
||||||
stdint.h inttypes.h
|
fcntl.h unistd.h sys/stat.h
|
||||||
fcntl.h unistd.h sys/stat.h
|
sys/mman.h
|
||||||
sys/mman.h
|
sys/socket.h netinet/in.h arpa/inet.h netdb.h
|
||||||
sys/socket.h netinet/in.h arpa/inet.h netdb.h
|
sys/select.h poll.h
|
||||||
sys/select.h poll.h
|
sys/time.h sys/timeb.h
|
||||||
sys/time.h sys/timeb.h
|
dl.h dlfcn.h
|
||||||
dl.h dlfcn.h
|
glob.h])
|
||||||
glob.h])
|
|
||||||
AM_CONDITIONAL(WITH_GLOB, test "$ac_cv_header_glob_h" = "yes")
|
AM_CONDITIONAL(WITH_GLOB, test "$ac_cv_header_glob_h" = "yes")
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
@ -308,13 +307,7 @@ dnl
|
|||||||
AC_CHECK_FUNCS(snprintf vsnprintf,, NEED_TRIO=1)
|
AC_CHECK_FUNCS(snprintf vsnprintf,, NEED_TRIO=1)
|
||||||
|
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_CHECK_FUNCS([
|
AC_CHECK_FUNCS([gettimeofday ftime stat rand_r isascii mmap munmap putenv])
|
||||||
gettimeofday ftime
|
|
||||||
stat
|
|
||||||
rand_r
|
|
||||||
isascii
|
|
||||||
mmap munmap
|
|
||||||
putenv])
|
|
||||||
|
|
||||||
AH_VERBATIM([HAVE_MUNMAP_AFTER],[/* mmap() is no good without munmap() */
|
AH_VERBATIM([HAVE_MUNMAP_AFTER],[/* mmap() is no good without munmap() */
|
||||||
#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
|
#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user