X-Git-Url: https://git.octo.it/?p=sort-networks.git;a=blobdiff_plain;f=configure.ac;h=11b9f599028eb0238f50ca9b4f6398efb9965afe;hp=d8502fa1ae06ccb710e77e06ecef6be334851d16;hb=48c59e57e010d13aeba74ff02257127493377b5e;hpb=0192df5cecb2f8d0ccb5c0ffd96eb5aa9076738e diff --git a/configure.ac b/configure.ac index d8502fa..11b9f59 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PROG_INSTALL AM_PROG_CC_C_O AC_DISABLE_STATIC AC_PROG_LIBTOOL +PKG_PROG_PKG_CONFIG # Libtool stuff LT_INIT @@ -108,6 +109,10 @@ AC_SUBST(LIBPOPULATION_LIBS) AM_CONDITIONAL(BUILD_WITH_LIBPOPULATION, test "x$with_libpopulation" = "xyes") # }}} --with-libpopulation +PKG_CHECK_MODULES([glib], [glib-2.0], + [have_libglib="yes"], + [have_libglib="no"]) + AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT