autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about...
[platform/upstream/gstreamer.git] / configure.ac
index c3ae7ce..5d59d0d 100644 (file)
@@ -260,6 +260,9 @@ dnl *** checks for programs ***
 dnl find a compiler
 AC_PROG_CC
 
+dnl check if the compiler supports '-c' and '-o' options
+AM_PROG_CC_C_O
+
 dnl find an assembler
 AM_PROG_AS