diff options
author | TingPing <tngpng@gmail.com> | 2013-04-17 05:45:51 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-17 05:45:51 -0300 |
commit | 3fbea449b50f5d37f0aaa4844028507f0d2bcedf (patch) | |
tree | a57c926f06191b8e1061f462d47bbc62ec71c959 | |
parent | 02cdc57eb58ff364e0c614308be7c7383e311deb (diff) |
g_file requires gio
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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." |