Use quadrigraphs for a hash

So that the closing bracket does not look like commented out.
This commit is contained in:
Nobuyoshi Nakada 2024-10-05 11:24:12 +09:00
parent c50298d7d4
commit e939f28cc9
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -2088,7 +2088,7 @@ AC_CHECK_FUNCS(_longjmp) # used for AC_ARG_WITH(setjmp-type)
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
AC_CHECK_FUNCS(arc4random_buf)
AC_CHECK_FUNCS(atan2l atan2f)
AC_CHECK_DECLS(atomic_signal_fence, [], [], [#include <stdatomic.h>])
AC_CHECK_DECLS(atomic_signal_fence, [], [], [@%:@include <stdatomic.h>])
AC_CHECK_FUNCS(chmod)
AC_CHECK_FUNCS(chown)
AC_CHECK_FUNCS(chroot)