eina: fix typo.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 21:19:19 +0000 (21:19 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 21:19:19 +0000 (21:19 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@65921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index decd530..d2897ab 100644 (file)
@@ -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