2007-04-27 Jonathan Chambers <joncham@gmail.com>
[mono.git] / eglib / configure.ac
index affd0a2a45753567a470e1493c1371bd632f3533..d3919e3003aeed771ac080bafd2759123bfa27b9 100644 (file)
@@ -50,6 +50,8 @@ AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(void *)
 AC_CHECK_FUNCS(strlcpy)
 
+AC_CHECK_HEADERS(getopt.h sys/time.h sys/wait.h pwd.h)
+
 if test $ac_cv_sizeof_void_p != $ac_cv_sizeof_int; then
    GPOINTER_TO_INT="((gint)(long) (ptr))"
    GPOINTER_TO_UINT="((guint)(long) (ptr))"