summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-15 12:54:57 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-15 12:54:57 +0300
commit0f86559d83a37d97e1ce18aa346a67f7d0b391e2 (patch)
tree395977e9872e1a46e791eeeb6bf86f9405b4a25f /configure.ac
parentMerge pull request #2221 from licaon-kter/patch-1 (diff)
Always build eimp dependency
Even if no suitable C graphics libraries are detected at compile time, the package is still usable because it provides `eimp:get_type/1` which is used by mod_avatar.
Diffstat (limited to '')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 17d32ac1..f09287ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,14 +244,6 @@ AC_ARG_ENABLE(sip,
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sip) ;;
esac],[if test "x$sip" = "x"; then sip=false; fi])
-AC_ARG_ENABLE(graphics,
-[AC_HELP_STRING([--enable-graphics], [enable support for graphic images manipulation (default: yes)])],
-[case "${enableval}" in
- yes) graphics=true ;;
- no) graphics=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-graphics) ;;
-esac],[if test "x$graphics" = "x"; then graphics=true; fi])
-
AC_CONFIG_FILES([Makefile
vars.config
src/ejabberd.app.src])
@@ -297,7 +289,6 @@ AC_SUBST(iconv)
AC_SUBST(stun)
AC_SUBST(sip)
AC_SUBST(debug)
-AC_SUBST(graphics)
AC_SUBST(tools)
AC_SUBST(latest_deps)
AC_SUBST(system_deps)