mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
configure: Fix FIXME comment
This commit is contained in:
parent
e0984904c3
commit
7ee6a15112
1 changed files with 2 additions and 2 deletions
|
@ -75,9 +75,9 @@ dnl *** checks for programs ***
|
|||
|
||||
dnl find a compiler
|
||||
AC_PROG_CC
|
||||
|
||||
# FIXME: are these two lines needed ?
|
||||
AM_PROG_CC_STDC
|
||||
|
||||
# FIXME: is this line needed?
|
||||
AS="${CC}"
|
||||
|
||||
dnl check if the compiler supports '-c' and '-o' options
|
||||
|
|
Loading…
Reference in a new issue