author | Ben Pfaff <blp@cs.stanford.edu> | 2025年06月05日 13:18:02 -0700 |
---|---|---|
committer | Ben Pfaff <blp@cs.stanford.edu> | 2025年06月05日 13:18:02 -0700 |
commit | ec03db2eebaec84d55d4d2a756e0cede64e41c52 (patch) | |
tree | 0815ab16e948d8206119625aedddffec209355a6 /configure.ac | |
parent | 591ba84cfb5aae4fcab6af506deb0d0c39a7070e (diff) | |
download | pspp-master.tar.gz |
-rw-r--r-- | configure.ac | 2 |
diff --git a/configure.ac b/configure.ac index 40c972d88..74224b7d2 100644 --- a/configure.ac +++ b/configure.ac @@ -293,7 +293,7 @@ AC_C_INLINE AC_C_BIGENDIAN -AC_CHECK_FUNCS([__setfpucw fork execl isinf isnan finite getpid feholdexcept fpsetmask popen round]) +AC_CHECK_FUNCS([__setfpucw fork execl isinf isnan finite getpid feholdexcept fpsetmask popen round fseeko64]) AC_PROG_LN_S |