Removed Werror to fix Gcc 4.7
[platform/core/location/location-module.git] / configure.ac
index 359a4ca..0bea9a5 100755 (executable)
@@ -18,7 +18,7 @@ AM_PROG_LIBTOOL
 
 # Add default build options to CFLAGS, LDFLAGS
 if test "x$GCC" = "xyes"; then
-       CFLAGS="$CFLAGS -Wall -Werror"
+       CFLAGS="$CFLAGS -Wall"
        LDFLAGS="$LDFLAGS -Wl,-z,defs -Wl,--as-needed -Wl,--hash-style=both"
 fi