mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
configure: fix typo before AC_PATH_PROG call
This commit is contained in:
parent
b795deb060
commit
d6dc5e6bc4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ dnl Check for Mono
|
||||||
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false)
|
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false)
|
||||||
|
|
||||||
if test "x$has_mono" = "xtrue"; then
|
if test "x$has_mono" = "xtrue"; then
|
||||||
1 AC_PATH_PROG(RUNTIME, mono, no)
|
AC_PATH_PROG(RUNTIME, mono, no)
|
||||||
AC_PATH_PROG(CSC, gmcs, no)
|
AC_PATH_PROG(CSC, gmcs, no)
|
||||||
LIB_PREFIX=.so
|
LIB_PREFIX=.so
|
||||||
LIB_SUFFIX=
|
LIB_SUFFIX=
|
||||||
|
|
Loading…
Reference in a new issue