g_file requires gio

This commit is contained in:
TingPing 2013-04-17 05:45:51 -03:00
parent 02cdc57eb5
commit 3fbea449b5

View File

@ -185,7 +185,7 @@ fi
COMMON_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES" COMMON_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES"
COMMON_LIBS="$GLIB_LIBS" COMMON_LIBS="$GLIB_LIBS"
COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0" COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0 -lgio-2.0"
dnl ********************************************************************* dnl *********************************************************************
dnl ** GTK ************************************************************** dnl ** GTK **************************************************************
@ -357,7 +357,7 @@ if test "x$python" != xno ; then
AC_MSG_RESULT(ok) AC_MSG_RESULT(ok)
else else
python=no python=no
AC_MSG_RESULT([Can't find Python.h]) AC_MSG_RESULT([Can\'t find Python.h])
fi fi
else else
echo "Python is too old or too new. Only 2.2-2.7 are supported." echo "Python is too old or too new. Only 2.2-2.7 are supported."