don't indent the #include directive
authorJim Meyering <jim@meyering.net>
Thu, 1 Nov 2001 16:47:00 +0000 (16:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Nov 2001 16:47:00 +0000 (16:47 +0000)
m4/dirfd.m4

index e02b401..fce3e99 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
          DEFS="$DEFS -DDIR_TO_FD=$ac_expr"
          AC_TRY_COMPILE(
            [#include <sys/types.h>
-            #include <dirent.h>
+#include <dirent.h>
            ],
            [DIR *dir_p = opendir("."); (void) ($ac_expr);],
            dir_fd_done=yes