diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-17 15:31:53 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-17 15:31:53 +0100 |
commit | 6b427971ed5c8c26786e77fb33140cca117737c1 (patch) | |
tree | 549e9005366b8312d5aba93759c7a22c8ef61c22 /configure.ac | |
parent | 208c0f4277dcd39db4a9c6a10bf12a7e29a114eb (diff) |
Rewrite of libconf to be clean. SMMAN BROKEN AT THIS COMMIT!
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 688c0d6..e34fd21 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" | 50 | LIBS_REQUIRES="eina ecore eio" |
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= |