diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-25 16:51:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-25 16:51:49 +0000 |
commit | 68429cd0d3ebfa0a721814b097f03d95d532580c (patch) | |
tree | 39dcc233f6fc73a640b29f2b686934628199689a | |
parent | 66e8811c64a833b759511b3f7309e834155a8442 (diff) | |
download | rtmux-68429cd0d3ebfa0a721814b097f03d95d532580c.tar.gz rtmux-68429cd0d3ebfa0a721814b097f03d95d532580c.tar.bz2 rtmux-68429cd0d3ebfa0a721814b097f03d95d532580c.zip |
Spaces to tabs.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d43920e1..a5b212ea 100644 --- a/configure.ac +++ b/configure.ac @@ -342,8 +342,8 @@ AC_CHECK_FUNC(strnvis, found_strnvis=yes, found_strnvis=no) if test "x$found_strnvis" = xyes; then AC_MSG_CHECKING(if strnvis is broken) AC_EGREP_HEADER([strnvis\(char \*, const char \*, size_t, int\)], - vis.h, - AC_MSG_RESULT(no), + vis.h, + AC_MSG_RESULT(no), [found_strnvis=no]) if test "x$found_strnvis" = xno; then AC_MSG_RESULT(yes) @@ -402,7 +402,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE( #include <stdint.h> #else #include <inttypes.h> - #endif + #endif int main(void) { u_int8_t u8; u_int16_t u16; u_int32_t u32; u_int64_t u64; } ])], |