diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5942,7 +5942,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5 $as_echo_n "checking for the platform triplet based on compiler characteristics... " >&6; } -cat >> conftest.c <<EOF +cat > conftest.c <<EOF #undef bfin #undef cris #undef fr30 @@ -6169,7 +6169,7 @@ $as_echo "$ac_cv_wl_no_as_needed" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the Android API level" >&5 $as_echo_n "checking for the Android API level... " >&6; } -cat >> conftest.c <<EOF +cat > conftest.c <<EOF #ifdef __ANDROID__ android_api = __ANDROID_API__ arm_arch = __ARM_ARCH |