diff options
author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:43:25 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:43:25 -0300 |
commit | 1d13df54aeeddcb0061abedd3295c198c82c2e88 (patch) | |
tree | 8057755aae583a0fd543e724586302296dd72727 /acinclude.m4 | |
parent | 0b91ee8fa46e3a163efb851d8e9d7b29dc39d48f (diff) |
Remove eglib.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index d8ff3724..4a75d7b9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -148,7 +148,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ netlink_enable=no usb_enable=${usb_found} alsa_enable=${alsa_found} - glib_enable=yes gstreamer_enable=${gstreamer_found} audio_enable=yes input_enable=yes @@ -176,10 +175,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ pie_enable=${enableval} ]) - AC_ARG_ENABLE(glib, AC_HELP_STRING([--disable-glib], [disable GLib support]), [ - glib_enable=${enableval} - ]) - AC_ARG_ENABLE(network, AC_HELP_STRING([--disable-network], [disable network plugin]), [ network_enable=${enableval} ]) @@ -285,16 +280,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AC_DEFINE(HAVE_LIBUSB, 1, [Define to 1 if you have USB library.]) fi - if (test "${glib_enable}" = "yes" && test "${glib_found}" = "yes"); then - AM_CONDITIONAL(GLIB, true) - else - AC_SUBST([GLIB_CFLAGS], ['-I$(top_srcdir)/eglib']) - AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la -ldl -rdynamic']) - AC_SUBST([GMODULE_CFLAGS], ['']) - AC_SUBST([GMODULE_LIBS], ['']) - AM_CONDITIONAL(GLIB, false) - fi - AC_SUBST([GDBUS_CFLAGS], ['-I$(top_srcdir)/gdbus']) AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la']) |