Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1212:d1117828f011
prev1211:eecdeb37934a
next1225:73dd41cb37a8
author nkeynes
date Mon Feb 13 21:43:22 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Remove unused pvr2_poly_texblend array
Support GL_MAX_TEXTURE_UNITS and GL_MAX_IMAGE_TEXTURE_UNITS
Protected against undefined GL_STACK_OVERFLOW
file annotate diff log raw
1.1 --- a/configure Fri Feb 10 19:26:10 2012 +1000
1.2 +++ b/configure Mon Feb 13 21:43:22 2012 +1000
1.3 @@ -9751,6 +9751,8 @@
1.4
1.5 { echo "$as_me:$LINENO: checking support for fastcall calling conventions" >&5
1.6 echo $ECHO_N "checking support for fastcall calling conventions... $ECHO_C" >&6; };
1.7 +save_CFLAGS="$CFLAGS"
1.8 +CFLAGS="-Werror $save_CFLAGS"
1.9 if test "$cross_compiling" = yes; then
1.10
1.11 { echo "$as_me:$LINENO: result: no" >&5
1.12 @@ -9817,6 +9819,7 @@
1.13 fi
1.14
1.15
1.16 +CFLAGS="$save_CFLAGS"
1.17
1.18
1.19 { echo "$as_me:$LINENO: checking support for force inlining" >&5
.