Fix .so files not being generated by Autotools

bug/266/move-to-usr
Timothy Pearson 13 years ago
parent 90ad79a5be
commit 7a3905d1cf

@ -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)

Loading…
Cancel
Save