Remove build warning
[platform/core/multimedia/libmm-camcorder.git] / configure.ac
index 11e4a98..af61d55 100644 (file)
@@ -39,21 +39,6 @@ PKG_CHECK_MODULES(GST_APP, gstreamer-app-1.0 >= 1.2.0)
 AC_SUBST(GST_APP_CFLAGS)
 AC_SUBST(GST_APP_LIBS)
 
-AC_ARG_ENABLE(wayland, AC_HELP_STRING([--enable-wayland], [enable wayland]),
-[
-  case "${enableval}" in
-    yes) WAYLAND_SUPPORT=yes ;;
-    no)  WAYLAND_SUPPORT=no ;;
-    *) AC_MSG_ERROR(bad value ${enableval} for --enable-wayland) ;;
-  esac
-],[WAYLAND_SUPPORT=no])
-if test "x$WAYLAND_SUPPORT" = "xyes"; then
-PKG_CHECK_MODULES(GST_WAYLAND, gstreamer-wayland-1.0 >= 1.2.0)
-AC_SUBST(GST_WAYLAND_CFLAGS)
-AC_SUBST(GST_WAYLAND_LIBS)
-fi
-AM_CONDITIONAL([WAYLAND_SUPPORT], [test "x$WAYLAND_SUPPORT" = "xyes"])
-
 PKG_CHECK_MODULES(MM_COMMON, mm-common)
 AC_SUBST(MM_COMMON_CFLAGS)
 AC_SUBST(MM_COMMON_LIBS)
@@ -177,7 +162,6 @@ AC_CHECK_FUNCS([memset select])
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
-test/Makefile
 mm-camcorder.pc
 ])
 AC_OUTPUT