diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-16 13:40:41 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-16 13:40:41 +0100 |
commit | c3b49d1b553226b1f70b54063f20a508c7e63bb7 (patch) | |
tree | 59b962fbed268481717ab23d46615147dd8179b2 | |
parent | 57f2fc4c766e65d2d7a601ab52c9b761957ba8db (diff) |
libspy isnt using eio afterall.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e34fd21..688c0d6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -47,7 +47,7 @@ doc/Makefile | |||
47 | ]) | 47 | ]) |
48 | 48 | ||
49 | build_libs= | 49 | build_libs= |
50 | LIBS_REQUIRES="eina ecore eio" | 50 | LIBS_REQUIRES="eina ecore" |
51 | PKG_CHECK_MODULES(LIBS, [$LIBS_REQUIRES], [build_libs=yes], [build_libs=no]) | 51 | PKG_CHECK_MODULES(LIBS, [$LIBS_REQUIRES], [build_libs=yes], [build_libs=no]) |
52 | 52 | ||
53 | build_smman= | 53 | build_smman= |