diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8aad45169..7cf6d61dd 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1399,7 +1399,7 @@ AC_RUN_IFELSE( | |||
1399 | ) | 1399 | ) |
1400 | AC_MSG_RESULT([$func_calloc_0_nonnull]) | 1400 | AC_MSG_RESULT([$func_calloc_0_nonnull]) |
1401 | 1401 | ||
1402 | if test "x$func_calloc_0_nonnull" == "xyes"; then | 1402 | if test "x$func_calloc_0_nonnull" = "xyes"; then |
1403 | AC_DEFINE(HAVE_CALLOC, 1, [calloc(0, x) returns non-null]) | 1403 | AC_DEFINE(HAVE_CALLOC, 1, [calloc(0, x) returns non-null]) |
1404 | else | 1404 | else |
1405 | AC_DEFINE(HAVE_CALLOC, 0, [calloc(0, x) returns NULL]) | 1405 | AC_DEFINE(HAVE_CALLOC, 0, [calloc(0, x) returns NULL]) |