mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
fix typo
Original commit message from CVS: fix typo
This commit is contained in:
parent
b9b50ea5d8
commit
bd10b389b9
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ AC_ARG_ENABLE(profiling,
|
|||
AC_HELP_STRING([--enable-profiling],[adds -pg to compiler commandline, for profiling]),
|
||||
[case "${enableval}" in
|
||||
yes) USE_PROFILING=yes ;;
|
||||
no) UES_PROFILING=no ;;
|
||||
no) USE_PROFILING=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-profiling) ;;
|
||||
esac],
|
||||
[USE_PROFILING=no]) dnl Default value
|
||||
|
|
Loading…
Reference in a new issue