summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2011-12-05 21:19:19 +0000
committerCedric BAIL <cedric.bail@free.fr>2011-12-05 21:19:19 +0000
commit5577970fee211c302f9782b1e92668247bae98f8 (patch)
tree6733fabdc1ef5182079a2d53ab6c3f199e871273 /configure.ac
parent03c9e7378d28c8f30556b917d5cfc9fedaf7bd5b (diff)
downloadeina-5577970fee211c302f9782b1e92668247bae98f8.tar.gz
eina: fix typo.
SVN revision: 65921
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <dirent.h>
]])
-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 <dirent.h> header file.])
fi