From 3fbea449b50f5d37f0aaa4844028507f0d2bcedf Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 17 Apr 2013 05:45:51 -0300 Subject: g_file requires gio --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7db226d1..a7c254f4 100644 --- a/configure.ac +++ b/configure.ac @@ -185,7 +185,7 @@ fi COMMON_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES" 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 ** GTK ************************************************************** @@ -357,7 +357,7 @@ if test "x$python" != xno ; then AC_MSG_RESULT(ok) else python=no - AC_MSG_RESULT([Can't find Python.h]) + AC_MSG_RESULT([Can\'t find Python.h]) fi else echo "Python is too old or too new. Only 2.2-2.7 are supported." -- cgit 1.4.1