Skip to content

Commit

Permalink
Build a shared library by default
Browse files Browse the repository at this point in the history
  • Loading branch information
turboencabulator authored and vmt committed Sep 22, 2013
1 parent 2afe4de commit 846a57d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability -Wno-extra-portability -Werror for
AM_CONDITIONAL(TARGET_WINDOWS, test "$TARGET_OS" = windows)

AC_PROG_CC
AC_DISABLE_SHARED
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
AC_ENABLE_SHARED
AM_PROG_CC_C_O

# If this is a gnu compiler, pass -Wall
Expand Down

0 comments on commit 846a57d

Please sign in to comment.