Skip to content

Commit

Permalink
BUILD: Use new libtool syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jjardon authored and DrMcCoy committed Jan 4, 2012
1 parent b18e410 commit 92725f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ AC_ARG_VAR(SDL_CFLAGS, [C compiler flags for SDL])
AC_ARG_VAR(SDL_LIBS, [libraries to pass to the linker for SDL])

dnl libtool
AC_DISABLE_SHARED
AC_PROG_LIBTOOL
LT_PREREQ([2.2])
LT_INIT([disable-shared])

dnl We're C++
AC_PROG_CXX
Expand Down

0 comments on commit 92725f9

Please sign in to comment.