* m4/fcntl.m4 (gl_FUNC_FCNTL): Assign the guessed result to the
correct variable name (gl_cv_func_fcntl_f_dupfd_works).
+2015-02-19 Kevin Cernekee <cernekee@google.com>
+
+ fcntl: Fix cross compiling
+ * m4/fcntl.m4 (gl_FUNC_FCNTL): Assign the guessed result to the
+ correct variable name (gl_cv_func_fcntl_f_dupfd_works).
+
2015-02-18 Paul Eggert <eggert@cs.ucla.edu>
dup2, fcntl: cross-compiler better for Android
[gl_cv_func_fcntl_f_dupfd_works=no],
[case $host_os in
aix* | cygwin* | haiku*)
- gl_cv_func_dup2_works="guessing no" ;;
- *) gl_cv_func_dup2_works="guessing yes" ;;
+ gl_cv_func_fcntl_f_dupfd_works="guessing no" ;;
+ *) gl_cv_func_fcntl_f_dupfd_works="guessing yes" ;;
esac])])
case $gl_cv_func_fcntl_f_dupfd_works in
*yes) ;;