From 715bc381904794c84387a9847e83506db4c5776a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 16 Sep 2011 07:34:43 +0000 Subject: [PATCH] fix configure output SVN revision: 63434 --- legacy/eina/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index bde9094069..b3262d7d16 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/configure.ac @@ -737,7 +737,7 @@ echo " on/off support.....: ${have_on_off_threads}" fi echo " Amalgamation.........: ${do_amalgamation}" echo " Iconv support........: ${have_iconv}" -echo " File dirfd...........: ${have_dirfd}" +echo " File dirfd...........: ${ac_cv_func_dirfd}" echo " File xattr...........: ${have_xattr}" echo echo " Documentation........: ${build_doc}"