Commit c4c1979d authored by unknown's avatar unknown
Browse files

- added a check for "u_int32_t" to configure.in that will define

  HAVE_U_INT32_T when available (needed to fix a double typedef in
  libedit)


configure.in:
  - added a check for "u_int32_t" that will define HAVE_U_INT32_T
    when available (needed to fix a double typedef in libedit)
parent d601b845
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1881,6 +1881,7 @@ fi
fi
AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>])
AC_CHECK_TYPES([size_t], [], [], [#include <stdio.h>])
AC_CHECK_TYPES([u_int32_t])

MYSQL_PTHREAD_YIELD