From 5577970fee211c302f9782b1e92668247bae98f8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 5 Dec 2011 21:19:19 +0000 Subject: eina: fix typo. SVN revision: 65921 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index decd530..d2897ab 100644 --- a/configure.ac +++ b/configure.ac @@ -389,7 +389,7 @@ AC_CHECK_TYPES([struct dirent], [have_dirent="yes"], [have_dirent="no"], [[#include ]]) -if test "x${have_dirent_h}" = "xyes" ; then +if test "x${have_dirent}" = "xyes" ; then EINA_CONFIGURE_HAVE_DIRENT_H="#define EINA_HAVE_DIRENT_H" AC_DEFINE([HAVE_DIRENT_H], [1], [Define to 1 if you have a valid header file.]) fi -- cgit v1.2.1