mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
configure: use new libtool syntax.
This now requires libtool >= 2.2 to regenerate the configure script. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
5157a01942
commit
749fab61b9
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [
|
|||
dnl Check for tools
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
dnl Initialize libtool
|
||||
LT_PREREQ([2.2])
|
||||
LT_INIT
|
||||
|
||||
AC_ARG_ENABLE(drm,
|
||||
AS_HELP_STRING([--enable-drm],
|
||||
|
|
Loading…
Reference in a new issue