[libdvdnav-devel] [Git][videolan/libdvdread][master] autoconf: require C99

Jean-Baptiste Kempf gitlab at videolan.org
Wed Jul 15 20:24:13 CEST 2020



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
b71137c4 by Francois Cartegnie at 2020-07-09T14:59:57+02:00
autoconf: require C99

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -52,7 +52,7 @@ DVDREAD_LT_REVISION=0
 
 AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
 
-AC_PROG_CC
+AC_PROG_CC_C99
 
 AC_CHECK_HEADERS_ONCE([sys/param.h limits.h dlfcn.h])
 



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/b71137c43683191084bb07e3bcaa5a5880f7acaf

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/b71137c43683191084bb07e3bcaa5a5880f7acaf
You're receiving this email because of your account on code.videolan.org.




More information about the libdvdnav-devel mailing list