Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo


Modified Files:
        configure.in 


Log Message:
works on mingw now
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        23 Jul 2004 04:38:27 -0000      1.5
+++ configure.in        12 Oct 2004 16:11:49 -0000      1.6
@@ -20,6 +20,22 @@
 AM_PROG_LIBTOOL
 AC_FUNC_ALLOCA
 
+AC_CHECK_FUNCS(gettimeofday)
+
+AC_CHECK_HEADERS(fnmatch.h,, AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your 
CFLAGS environment variable contains include lines for the location of this file]))
+
+AC_CHECK_FUNCS(fnmatch, res=yes, res=no)
+if test "x$res" = "xno"; then
+       AC_CHECK_LIB(fnmatch, fnmatch, res=yes, res=no)
+       if test "x$res" = "xno"; then
+               AC_MSG_ERROR([Cannot find fnmatch() in neither libc nor libfnmatch])
+       else
+               fnmatch_libs="-lfnmatch"
+       fi
+fi
+
+AC_SUBST(fnmatch_libs)
+
 if test "x${exec_prefix}" = "xNONE"; then
   if test "x${prefix}" = "xNONE"; then
     bindir="${ac_default_prefix}/bin";




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to