diff options
author | Akira TAGOH <akira@tagoh.org> | 2014-04-04 12:18:28 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-04-04 12:18:28 +0900 |
commit | 91784eb7d0c9f9f357210f4c82555469da37334a (patch) | |
tree | 692e513ed5a5b7a472f7680d68f857949acb2416 /configure.ac | |
parent | fcba9ef01c978323fc71c17e455d3cd6ae35edcc (diff) |
Fix a typo
https://bugs.freedesktop.org/show_bug.cgi?id=77033
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 80875dfa..ce468b89 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_CHECK_FUNCS([link mkstemp mkostemp _mktemp_s mkdtemp getopt getopt_long getpr dnl AC_CHECK_FUNCS doesn't check for header files. dnl posix_fadvise() may be not available in older libc. AC_CHECK_SYMBOL([posix_fadvise], [fcntl.h], [fc_func_posix_fadvise=1], [fc_func_posix_fadvise=0]) -AC_DEFINE_UNQUOTED([HAVE_POSIX_FADVISE], [$fc_func_posix_fadvise], [Define to 1 if you have the 'posix_fadivse' function.]) +AC_DEFINE_UNQUOTED([HAVE_POSIX_FADVISE], [$fc_func_posix_fadvise], [Define to 1 if you have the 'posix_fadvise' function.]) if test "$os_win32" = "no"; then AC_MSG_CHECKING([for scandir]) fc_saved_CFLAGS="$CFLAGS" |