Fix bed indentation in a few places

darcs-hash:20061130132431-ac50b-e17b1a55733c4f42264e88cb259a78b4a5cfc4e0.gz
This commit is contained in:
axel 2006-11-30 23:24:31 +10:00
parent 8619d17f43
commit d3062f9a97

View file

@ -460,9 +460,9 @@ AC_CHECK_HEADER(
[HAVE_REGEX_H], [HAVE_REGEX_H],
[1], [1],
[Define to 1 if you have the <regex.h> header file.] [Define to 1 if you have the <regex.h> header file.]
)], )
[AC_MSG_ERROR([Could not find the header regex.h, needed to build fish]) ],
] [AC_MSG_ERROR([Could not find the header regex.h, needed to build fish])]
) )