Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 806354
Collapse All | Expand All

(-)numdiff-5.9.0.orig/configure.ac (-7 lines)
Lines 104-116 dnl ------------------------------------ Link Here
104
dnl Checks for header files
104
dnl Checks for header files
105
dnl --------------------------------------
105
dnl --------------------------------------
106
dnl
106
dnl
107
AC_HEADER_STDC
108
if test $ac_cv_header_stdc = yes; then
109
 AC_MSG_RESULT(Ok! I have just found them.)
110
else
111
  AC_MSG_ERROR(Cannot find ANSI C header files!)
112
fi
113
114
AC_HEADER_STDBOOL
107
AC_HEADER_STDBOOL
115
AC_CHECK_HEADERS(fcntl.h locale.h stddef.h \
108
AC_CHECK_HEADERS(fcntl.h locale.h stddef.h \
116
  stdlib.h string.h sys/file.h time.h unistd.h wchar.h wctype.h)
109
  stdlib.h string.h sys/file.h time.h unistd.h wchar.h wctype.h)

Return to bug 806354