diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index decd5301dd..d2897ab9ed 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/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