From f9c6640abf5eeeadb72e54abb01fed4be7f8d4da Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Sat, 24 Oct 2015 16:15:04 +0900 Subject: [PATCH] tizen 2.4 release --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b749d94..7ff4054 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,8 @@ PKG_CHECK_MODULES(ALL, \ AC_SUBST(ALL_CFLAGS) AC_SUBST(ALL_LIBS) + + dnl Build the tree magic test if gio is present PKG_CHECK_MODULES(GIO, gio-2.0, HAVE_GIO=yes, AC_MSG_RESULT(no)) @@ -38,7 +40,8 @@ if test "x$GCC" = "xyes"; then esac fi ] - + + AC_ARG_ENABLE(update-mimedb, AC_HELP_STRING([--disable-update-mimedb], [disable the update-mime-database after install [default=no]]),, -- 2.7.4