Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/eet
Dir : e17/libs/eet Modified Files: configure.in Log Message: so much for the code changes required to compile on mingw. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/eet/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- configure.in 14 May 2004 00:28:47 -0000 1.14 +++ configure.in 14 Jul 2004 16:36:16 -0000 1.15 @@ -21,12 +21,13 @@ AC_CHECK_HEADER(zlib.h,, AC_MSG_ERROR("Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) AC_CHECK_HEADER(jpeglib.h,, AC_MSG_ERROR("Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")) +AC_CHECK_HEADERS(netinet/in.h) + dnl These are needed for fmemopen/open_memstream AC_DEFINE(_GNU_SOURCE, , [Enable GNU extensions]) AC_DEFINE(__USE_GNU, , [Enable GNU extensions]) -AC_CHECK_FUNCS(fmemopen) -AC_CHECK_FUNCS(open_memstream) +AC_CHECK_FUNCS(fmemopen open_memstream realpath) if test "x${exec_prefix}" = "xNONE"; then if test "x${prefix}" = "xNONE"; then ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs