Skip to content

Commit

Permalink
New Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Dec 3, 2023
1 parent 472f2f5 commit d29aeec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,12 @@ AC_DEFUN([EGG_FUNC_B64_NTOP],
# Check for b64_ntop. If we have b64_ntop, we assume b64_pton as well.
AC_MSG_CHECKING(for b64_ntop)
OLD_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fno-sanitize=address"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <sys/types.h>
#include <netinet/in.h>
#include <resolv.h>
]], [[b64_ntop(NULL, 0, NULL, 0);]])],[found_b64_ntop=yes],[found_b64_ntop=no
])
CFLAGS=$OLD_CFLAGS
if test "x$found_b64_ntop" = xno; then
AC_MSG_RESULT(no)
Expand Down

0 comments on commit d29aeec

Please sign in to comment.