1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

Fixed HAVE_STDLIB_H conflict in jpeglib.h

This commit is contained in:
dan
2001-09-18 11:48:15 +00:00
parent 0bf92703da
commit 2d6f757114
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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