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 13fb9e3 commit 6a3d788Copy full SHA for 6a3d788
1 file changed
configure.ac
@@ -1221,19 +1221,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
1221
[AC_MSG_ERROR([strerror() is not C99-compliant])],
1222
[AC_MSG_ERROR([strerror() is not C99-compliant])])
1223
1224
-AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]], [[
1225
- const char *s = "some-command-line-arg";
1226
- char *name = NULL;
1227
- int n = sscanf(s, "%ms", &name);
1228
- return n != 1;
1229
- ]])],
1230
- [have_sscanf_m="yes"],
1231
- [have_sscanf_m="no"],
1232
- [have_sscanf_m="no"])
1233
-AS_IF([test x"$have_sscanf_m" = x"yes"],
1234
- [AC_DEFINE([HAVE_SSCANF_M], [1],
1235
- [Define to 1 if sscanf %m modifier is available])])
1236
-
1237
AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[
1238
char s[200];
1239
time_t t;
0 commit comments