diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-23 06:30:48 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-23 06:30:48 +0000 |
commit | ab5f1849e34e1749f16e9ab846ab711dd8122dc9 (patch) | |
tree | ad90e240d8c51ea6c849ffb17611cd7fe06959ca | |
parent | 8b3a7b6167b8de8770b3403c4a32ce5d7873fc7e (diff) |
cosmetic
SVN revision: 78359
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ab83c9fc35..c2765183cb 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -51,7 +51,6 @@ AC_SUBST([VMAJ]) | |||
51 | 51 | ||
52 | #### Default values | 52 | #### Default values |
53 | 53 | ||
54 | |||
55 | requirements_libs_evil="" | 54 | requirements_libs_evil="" |
56 | requirements_libs_eina="" | 55 | requirements_libs_eina="" |
57 | requirements_libs_eo="" | 56 | requirements_libs_eo="" |
@@ -489,6 +488,7 @@ EINA_CONFIG([HAVE_INTTYPES_H], [test "x${ac_cv_header_inttypes_h}" = "xyes"]) | |||
489 | EINA_CONFIG([HAVE_STDINT_H], [test "x${ac_cv_header_stdint_h}" = "xyes"]) | 488 | EINA_CONFIG([HAVE_STDINT_H], [test "x${ac_cv_header_stdint_h}" = "xyes"]) |
490 | 489 | ||
491 | ### Checks for types | 490 | ### Checks for types |
491 | |||
492 | EINA_CONFIG([HAVE_DIRENT_H], [test "x${have_dirent}" = "xyes"]) | 492 | EINA_CONFIG([HAVE_DIRENT_H], [test "x${have_dirent}" = "xyes"]) |
493 | AC_DEFINE_IF([HAVE_DIRENT_H], [test "x${have_dirent}" = "xyes"], | 493 | AC_DEFINE_IF([HAVE_DIRENT_H], [test "x${have_dirent}" = "xyes"], |
494 | [1], [Define to 1 if you have a valid <dirent.h> header file.]) | 494 | [1], [Define to 1 if you have a valid <dirent.h> header file.]) |