Browse Source

fix #40678 (Cross compilation fails)

migration/RELEASE_1_0_0
Antony Dovgal 20 years ago
parent
commit
ad0a5398ac
  1. 2
      ext/posix/config.m4

2
ext/posix/config.m4

@ -28,5 +28,7 @@ int main(int argc, char *argv[])
AC_DEFINE(HAVE_TTYNAME_R, 1, [Whether you have a working ttyname_r])
],[
AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe])
], [
AC_MSG_RESULT([no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be thread-unsafe])
])
fi
Loading…
Cancel
Save