configure.ac: For spu-*-* targets, set have_fcntl to no.

* configure.ac: For spu-*-* targets, set have_fcntl to no.
	* configure: Regenerate.

From-SVN: r227348
This commit is contained in:
Ulrich Weigand 2015-08-31 14:03:34 +00:00 committed by Ulrich Weigand
parent 6a822a7403
commit 8f5027bf14
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -12403,6 +12403,7 @@ fi
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else

View File

@ -325,6 +325,7 @@ fi
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else