mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix bed indentation in a few places
darcs-hash:20061130132431-ac50b-e17b1a55733c4f42264e88cb259a78b4a5cfc4e0.gz
This commit is contained in:
parent
8619d17f43
commit
d3062f9a97
1 changed files with 18 additions and 18 deletions
|
@ -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])]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue