efl: remove check for libgen.h
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 10 Jan 2013 20:25:48 +0000 (20:25 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 10 Jan 2013 20:25:48 +0000 (20:25 +0000)
SVN revision: 82582

configure.ac
src/lib/eina/eina_module.c
src/lib/eio/eio_private.h

index fb231ed..43d5181 100644 (file)
@@ -379,7 +379,6 @@ AC_HEADER_TIME
 
 AC_CHECK_HEADERS([ \
 execinfo.h \
-libgen.h \
 mcheck.h \
 netinet/in.h \
 sys/epoll.h \
index 327101a..6eb90f6 100644 (file)
 #include <stdio.h>
 #include <sys/types.h>
 #include <string.h>
-
-#ifdef HAVE_LIBGEN_H
-# include <libgen.h>
-#endif
+#include <libgen.h>
 
 #ifdef HAVE_DLOPEN
 # include <dlfcn.h>
index 1fb5ee4..603b097 100644 (file)
@@ -32,6 +32,7 @@
 # endif
 #endif
 
+#include <libgen.h>
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 # include <features.h>
 #endif
 
-#ifdef HAVE_LIBGEN_H
-# include <libgen.h>
-#endif
-
 #ifdef HAVE_EVIL
 # include <Evil.h>
 #endif