Skip to content

Commit

Permalink
Properly quote an AC macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Nov 28, 2014
1 parent f23c483 commit c75999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -330,7 +330,7 @@ AC_DEFUN([APR_FIND_APR], [
AC_MSG_RESULT($apr_found)
])

AC_DEFUN(LARGE_FILES_IF_NOT_BROKEN,
AC_DEFUN([LARGE_FILES_IF_NOT_BROKEN],
[
AC_LANG_PUSH(C++)
AC_MSG_CHECKING([for broken _LARGE_FILES support, such as with gcc <4.4.0 on AIX])
Expand Down

0 comments on commit c75999f

Please sign in to comment.