X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/e25173ccb05ea96b9cc291c5b16ffc7a4511be8c..0dc1fb4639524c1a1846e32fa7437605c65a9b72:/configure.ac diff --git a/configure.ac b/configure.ac index 42594de..d17e17f 100644 --- a/configure.ac +++ b/configure.ac @@ -18,17 +18,7 @@ AM_CONDITIONAL([BUNDLED_LIBLTDL], [test x$LTDLDEPS != x]) gl_INIT -AC_ARG_WITH([gobject], - [AS_HELP_STRING([--with-gobject], - [build tools requiring libgobject [default=yes]] - )], - [], - [with_gobject=yes]) - -have_gobject=no -if test x$with_gobject = xyes; then -AM_PATH_GLIB_2_0(, [have_gobject=yes], [have_gobject=no], [gobject]) -fi +CHECK_GLIB_2([], [gobject]) AC_ARG_WITH([modlib], [AS_HELP_STRING([--with-modlib], @@ -69,8 +59,6 @@ AC_MSG_RESULT([$use_modlib]) AM_CONDITIONAL([USE_LIBMODPLUG], [test x$use_modlib = xmodplug]) AM_CONDITIONAL([USE_DUMMYMOD], [test x$use_modlib = xnone]) -AM_CONDITIONAL([BUILD_UPKG], [test x$have_gobject = xyes]) - AC_CONFIG_FILES([ Makefile libltdl/Makefile