configure: error: pkg-config and "glib-2.0 >= 2.16" not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values or pass --with-internal-glib to configure
解决办法:
# ./autogen.sh --with-internal-glib
或者
# ./configure --with-internal-glib