Skip to content

Commit

Permalink
Build system: configure: add AC_TYPE_SSIZE_T
Browse files Browse the repository at this point in the history
Invoke `AC_TYPE_SSIZE_T` to provide a suitable typedef for `ssize_t` in case
the system doesn't define it (MVSC?).


git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45165 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
Compyx committed May 20, 2024
1 parent 6e331cb commit 914bb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vice/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ AM_PROG_AS

dnl Other build environment checks
AC_SYS_LARGEFILE
AC_TYPE_SSIZE_T


AC_CONFIG_HEADERS([src/config.h])

Expand Down

0 comments on commit 914bb91

Please sign in to comment.