[project @ 2004-08-25 16:40:48 by sof]
authorsof <unknown>
Wed, 25 Aug 2004 16:40:48 +0000 (16:40 +0000)
committersof <unknown>
Wed, 25 Aug 2004 16:40:48 +0000 (16:40 +0000)
FP_READDIR_EOF_ERRNO: better use AC_DEFINE_UNQUOTED here

aclocal.m4

index 0c25ba9..99353a7 100644 (file)
@@ -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