summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index c8db176..d2eef67 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -321,8 +321,8 @@ AC_RUN_IFELSE([
ENDIF
IF (k .LE. 0) EXIT
ENDDO
- dnl WRITE(8,'(I0,A)',ADVANCE='NO') lastkind, " "
- IF (k.NE.lastkind) WRITE(8,'(I0,A)',ADVANCE='NO') k, " "
+ IF (lastkind.NE.-1) WRITE(8,'(I0,A)',ADVANCE='NO') lastkind, " "
+ dnl IF (k.NE.lastkind) WRITE(8,'(I0,A)',ADVANCE='NO') k, " "
END
])