*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 17:40:26 +0000 (17:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 17:40:26 +0000 (17:40 +0000)
m4/off_t-format.m4

index 7f1a473d926e5784a20aad1fb4d63a4a91ac9cf2..0b3f153b9d6398968db018b0a9665529c565e0b9 100644 (file)
@@ -10,15 +10,15 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
      for i in '' L ll q; do
        jm_OFF_T_FORMAT="$i"
        export jm_OFF_T_FORMAT
-     AC_TRY_RUN([
-#    include <sys/types.h>
-#    include <stdio.h>
-#    if HAVE_STDLIB_H
-#     include <stdlib.h>
-#    endif
-#    if HAVE_STRING_H
-#     include <string.h>
-#    endif
+       AC_TRY_RUN([
+#      include <sys/types.h>
+#      include <stdio.h>
+#      if HAVE_STDLIB_H
+#       include <stdlib.h>
+#      endif
+#      if HAVE_STRING_H
+#       include <string.h>
+#      endif
        int
        main()
        {