summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 19:39:18 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 19:39:18 +0800
commit513f3bdca2b4f2976bb5f141d817c59c82a4749e (patch)
tree60e1671bd2911a773f968ebd2ce322be17666551
parentc66fbe36a31d71a64f0629e59ab8ffd60d776df5 (diff)
configure: change option --disable-wrapper to --enable-wrapper
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f3c5f27..da0b1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,8 +171,8 @@ GST_PPS_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|G
AC_SUBST(GST_PPS_LDFLAGS)
AC_ARG_ENABLE(wrapper,
- AS_HELP_STRING([--disable-wrapper],
- [Do not use wrapper]),
+ AS_HELP_STRING([--enable-wrapper],
+ [Use pps wrapper]),
[use_wrapper=$enableval],
[use_wrapper=auto])