summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-09-10 01:30:37 -0600
committerBdale Garbee <bdale@gag.com>2014-09-10 01:30:37 -0600
commit615b69b19557a9683eeb0475b30a053a35ca51ac (patch)
tree26955094cc1c06ea945db18b99d8429c732619bb /configure.ac
parenta72b7683606d3e741043011c929482a0a168a5c9 (diff)
parent036549343416183f973d00a86d897d4a368c1d6f (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 311ebbe3..9f2cb0d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -497,6 +497,14 @@ esac
AM_CONDITIONAL([MULTI_ARCH], [test x$MULTI_ARCH = xyes])
+AC_ARG_ENABLE([install-shared-mime-info],
+ [AS_HELP_STRING([--disable-install-shared-mime-info],
+ [disable installing shared mime info files (default=yes)])],
+ [INSTALL_SHARED_MIME_INFO=$enableval],
+ [INSTALL_SHARED_MIME_INFO=yes])
+
+AM_CONDITIONAL([INSTALL_SHARED_MIME_INFO], [test x$INSTALL_SHARED_MIME_INFO = xyes])
+
AC_OUTPUT([
Makefile
src/Makedefs
@@ -557,6 +565,7 @@ echo " Android support.............: ${HAVE_ANDROID_SDK}"
echo " STlink support..............: ${HAVE_STLINK}"
echo " Local pdclib................: ${HAVE_PDCLIB}"
echo " i386 and amd64 libaltos.....: ${MULTI_ARCH}"
+echo " install shared mime info....: ${INSTALL_SHARED_MIME_INFO}"
echo ""
echo " Java"
echo " freetts.....................: ${FREETTS}"