diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-27 23:30:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-27 23:30:17 +0300 |
commit | 833e59fee3e6538863ef7277d7b679fb9f2fe750 (patch) | |
tree | e0652f7bc7bd33d7d371f851a4bde57373e07287 /configure.ac | |
parent | b87137d73e40be12dbca7ba5fc6c66f1bc8571de (diff) | |
download | plugin-833e59fee3e6538863ef7277d7b679fb9f2fe750.tar.gz plugin-833e59fee3e6538863ef7277d7b679fb9f2fe750.tar.bz2 plugin-833e59fee3e6538863ef7277d7b679fb9f2fe750.tar.xz plugin-833e59fee3e6538863ef7277d7b679fb9f2fe750.zip |
add missing option to configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1ed1511..f922d99 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign]) #AC_PROG_CXX AC_PROG_CC +AM_PROG_CC_C_O LT_INIT AC_PROG_LIBTOOL AC_ENABLE_SHARED |