X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/c36211b325e86903bb4f196fee8bdc48d5402a5a..f5e84ec9d76d027f395687277fb734191fa41b7e:/configure.ac diff --git a/configure.ac b/configure.ac index a415d052..b4f73896 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ m4_define([catacomb_DEFINE_CPU_OR_ABI], ;;m4_define([catacomb_seen_$3/$$2], [t])])]) catacomb_CPU_FAMILIES([_def]) nil) ;; - *) AC_MSG_ERROR([BUG: unexpected $1 \`$1']) ;; + *) AC_MSG_ERROR([BUG: unexpected $1 \`$$1']) ;; esac]) dnl Now that's out the way, we can explain what we're doing. @@ -423,7 +423,7 @@ dnl Set the master libraries we need. AC_SUBST([CATACOMB_LIBS]) dnl Necessary support libraries. -PKG_CHECK_MODULES([mLib], [mLib >= 2.3.0]) +PKG_CHECK_MODULES([mLib], [mLib >= 2.4.1]) AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS" dnl--------------------------------------------------------------------------