X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=configure.ac;h=70fd34f5b943924c9bd0aaeed9b03ecebeb2c5de;hp=8149db9e71bb8b4b8e9c25eeffc61d1ce821d602;hb=HEAD;hpb=7bd08019546f408c793e1c0391fcf5d547a4e085 diff --git a/configure.ac b/configure.ac index 8149db9..70fd34f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,4 +3,6 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL +PKG_CHECK_MODULES(GLIB, glib-2.0, , AC_MSG_ERROR(Could not find GLIB)) +PKG_CHECK_MODULES(GIO, gio-2.0, , AC_MSG_ERROR(Could not find GIO)) AC_OUTPUT(Makefile)