X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Ff2fchat.git;a=blobdiff_plain;f=configure.ac;h=70fd34f5b943924c9bd0aaeed9b03ecebeb2c5de;hp=c5731f7bd5d4cb9d9f8532c983ba3d9d7eb29679;hb=HEAD;hpb=8db02034e3437d1e8d1b60e5ca6a6ea02609c8f4 diff --git a/configure.ac b/configure.ac index c5731f7..70fd34f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,5 @@ 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)) -LIBS="$GLIB_LIBS" -CFLAGS="$GLIB_CFLAGS" +PKG_CHECK_MODULES(GIO, gio-2.0, , AC_MSG_ERROR(Could not find GIO)) AC_OUTPUT(Makefile)