From 9dd1b6c528717c5aa5c509018754a2fbb66f485d Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 25 Aug 2004 16:40:48 +0000 Subject: [PATCH 1/1] [project @ 2004-08-25 16:40:48 by sof] FP_READDIR_EOF_ERRNO: better use AC_DEFINE_UNQUOTED here --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 0c25ba9..99353a7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1273,7 +1273,7 @@ char **argv; return 0; }],fptools_cv_readdir_eof_errno=`cat conftestval`, fptools_cv_readdir_eof_errno=bogus, fptools_cv_readdir_eof_errno=0)]) dnl the cross value is somewhat bogus. -AC_DEFINE([READDIR_ERRNO_EOF], [$fptools_cv_readdir_eof_errno], [readdir() sets errno to this upon EOF]) +AC_DEFINE_UNQUOTED([READDIR_ERRNO_EOF], [$fptools_cv_readdir_eof_errno], [readdir() sets errno to this upon EOF]) ]) dnl @synopsis FP_DIRENT_FLAT_LAYOUT -- 1.7.10.4