Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2522) +++ trunk/config.auto.h.in (revision 2523) @@ -54,8 +54,6 @@ /* Define if mkdir takes only one argument. */ /* #undef MKDIR_TAKES_ONE_ARG */ -/* Define if canonicalize_file_name is not declared in system header files. */ -/* #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME */ /****************************************************************************/ /* Static defines to enable extra features on some systems; once we get @@ -165,6 +163,8 @@ It's a GNU extension, assume we don't have it and fall back to realpath() */ /* #define HAVE_CANONICALIZE_FILE_NAME 1 */ +/* Define if canonicalize_file_name is not declared in system header files. */ +/* #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME */ /****************************************************************************/ /* Paths */