diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-10-05 11:24:12 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-10-05 11:36:21 +0900 |
commit | e939f28cc93a538e751c9c1200c95c4c85c9d09b () | |
tree | 15d28794e107ab00f4b8453c57042e1e489a7008 /configure.ac | |
parent | c50298d7d4f8797963490f5679b1c481b89d4955 (diff) |
Use quadrigraphs for a hash
So that the closing bracket does not look like commented out.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_FUNCS(chmod) AC_CHECK_FUNCS(chown) AC_CHECK_FUNCS(chroot) |