Bug 937990 - linux configure: error: Don't know what options to give to WebRTC for cross-compilation. r=glandium
--- a/configure.in
+++ b/configure.in
@@ -8878,17 +8878,17 @@ dnl so that regeneration via dependencie
GYP_MOZMAKE_OPTIONS="-G os=win"
;;
*-darwin*)
GYP_MOZMAKE_OPTIONS="-G os=mac"
if test "$MACOS_SDK_DIR"; then
GYP_MOZMAKE_OPTIONS="${GYP_MOZMAKE_OPTIONS} -D mac_sdk_path=$MACOS_SDK_DIR"
fi
;;
- *-android*)
+ *-*linux*)
GYP_MOZMAKE_OPTIONS="-G os=linux"
;;
*)
AC_MSG_ERROR([Don't know what options to give to WebRTC for cross-compilation])
;;
esac
fi