diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 20:48:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 20:48:40 -0600 |
commit | 7a3905d1cf8ba49d48e09c2b4d5627451a15ca40 (patch) | |
tree | 2e93fd264eb16fa1e727b185a489c1942d2ef6db /configure.in | |
parent | 90ad79a5be0780df85981643d07e0433275fad28 (diff) | |
download | libtqt-perl-7a3905d1cf8ba49d48e09c2b4d5627451a15ca40.tar.gz libtqt-perl-7a3905d1cf8ba49d48e09c2b4d5627451a15ca40.zip |
Fix .so files not being generated by Autotools
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4bd5516..3f35942 100644 --- a/configure.in +++ b/configure.in @@ -46,6 +46,8 @@ dnl generate the config header AM_CONFIG_HEADER(config.h) dnl at the distribution this done dnl Checks for programs. +AC_PROG_CC +AC_PROG_CXX AC_CHECK_COMPILERS AC_ENABLE_SHARED(yes) AC_ENABLE_STATIC(no) |