projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b50ea
)
fix typo
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 8 Apr 2004 15:18:02 +0000
(15:18 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 8 Apr 2004 15:18:02 +0000
(15:18 +0000)
Original commit message from CVS:
fix typo
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index fb33fec8d7780c4707ac7ded8400e42402e0451e..b8242bb485712ebe3b01fa13ea8f25ca6df1662f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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) U
ES
_PROFILING=no ;;
+ no) U
SE
_PROFILING=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-profiling) ;;
esac],
[USE_PROFILING=no]) dnl Default value