* configure.ac: For spu-*-* targets, set have_fcntl to no.
* configure: Regenerate.
From-SVN: r227348
+2015-08-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * configure.ac: For spu-*-* targets, set have_fcntl to no.
+ * configure: Regenerate.
+
2015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* configure.ac: Remove [disable-shared] argument to LT_INIT.
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
+ spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
+ spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else