diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac index e0d437dc6..9c513e240 100644 --- a/configure.ac +++ b/configure.ac @@ -482,28 +482,6 @@ if test x$enable_iconv = xyes; then AC_CHECK_FUNCS(iconv) fi -AC_ARG_ENABLE(glib, - AS_HELP_STRING([--enable-glib], - [enable GLib (default: auto)]),, - enable_glib=auto) - -if test x$enable_glib != xno; then - PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.32], - [found_glib=yes], - [found_glib=no]) - - MPD_AUTO_RESULT([glib], [Glib], [GLib not found]) -fi - -if test x$enable_glib = xyes; then - if test x$GCC = xyes; then - # suppress warnings in the GLib headers - GLIB_CFLAGS=`echo $GLIB_CFLAGS |sed -e 's,-I/,-isystem /,g'` - fi -fi - -MPD_DEFINE_CONDITIONAL(enable_glib, HAVE_GLIB, [GLib]) - dnl --------------------------------------------------------------------------- dnl Protocol Options dnl --------------------------------------------------------------------------- |