ensure that libevent is built as a static library, not a shared one
This commit is contained in:
parent
55cb6d24b1
commit
cc38142915
|
@ -204,6 +204,7 @@ AC_CONFIG_FILES([Makefile
|
|||
wx/Makefile
|
||||
wx/images/Makefile])
|
||||
|
||||
ac_configure_args="$ac_configure_args --enable-static --disable-shared"
|
||||
AC_OUTPUT
|
||||
|
||||
echo "
|
||||
|
|
Loading…
Reference in New Issue