diff options
author | Slávek Banko <[email protected]> | 2019-04-22 16:13:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-28 16:02:46 +0200 |
commit | b72d215669ce409ed6d6b6443b2fedb6c8045289 (patch) | |
tree | 3dc87bfe6c0c8925d03eb2b79f5dae6ce4c1e71a /configure.in | |
parent | e041d2bbeb82171495aafc3d34cafdfc7204cdf5 (diff) | |
download | libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.tar.gz libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.zip |
Use pkg-config to get values in libart2-config.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7c59d8ccd2155e4184eccc76da99094d8f63d5ec)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0010d48..ba44d56 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,6 @@ libart-2.0.pc libart-2.0-uninstalled.pc libart-zip]) -AC_CONFIG_FILES([libart-config],[chmod +x libart-config]) AC_CONFIG_FILES([gen_art_config.sh],[chmod +x gen_art_config.sh]) AC_OUTPUT |