mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Fixed HAVE_STDLIB_H conflict in jpeglib.h
This commit is contained in:
@@ -177,7 +177,7 @@ dnl Checks for header files.
|
|||||||
dnl =======================
|
dnl =======================
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h stdlib.h string.h strings.h)
|
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h string.h strings.h)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -775,6 +775,10 @@ dnl End of Graphic Format Libraries
|
|||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl stdlib.h is checked here, because of conflict in jpeglib.h
|
||||||
|
AC_CHECK_HEADERS(stdlib.h)
|
||||||
|
|
||||||
# AC_PREFIX_PROGRAM(wmaker)
|
# AC_PREFIX_PROGRAM(wmaker)
|
||||||
|
|
||||||
dnl Support for PIXMAPDIR option
|
dnl Support for PIXMAPDIR option
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ dnl Checks for header files.
|
|||||||
dnl =======================
|
dnl =======================
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h stdlib.h string.h strings.h)
|
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h string.h strings.h)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -775,6 +775,10 @@ dnl End of Graphic Format Libraries
|
|||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl stdlib.h is checked here, because of conflict in jpeglib.h
|
||||||
|
AC_CHECK_HEADERS(stdlib.h)
|
||||||
|
|
||||||
# AC_PREFIX_PROGRAM(wmaker)
|
# AC_PREFIX_PROGRAM(wmaker)
|
||||||
|
|
||||||
dnl Support for PIXMAPDIR option
|
dnl Support for PIXMAPDIR option
|
||||||
|
|||||||
Reference in New Issue
Block a user