We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c83591 commit 181b64bCopy full SHA for 181b64b
tests/TESTlib.pm
@@ -153,8 +153,8 @@ sub skip_config_undef {
153
sub skip_config_have_decl {
154
my ($name, $value) = @_;
155
$name = 'HAVE_DECL_' . $name;
156
- # "Unlike the other ‘AC_CHECK_*S’ macros, when a symbol is not declared,
157
- # HAVE_DECL_symbol is defined to ‘0’ instead of leaving HAVE_DECL_symbol
+ # "Unlike the other 'AC_CHECK_*S' macros, when a symbol is not declared,
+ # HAVE_DECL_symbol is defined to '0' instead of leaving HAVE_DECL_symbol
158
# undeclared." -- GNU Autoconf manual.
159
#
160
# (This requires the CMake leg to do the same for the same symbol.)
0 commit comments