From 7a3905d1cf8ba49d48e09c2b4d5627451a15ca40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jan 2012 20:48:40 -0600 Subject: Fix .so files not being generated by Autotools --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.1