summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-27 08:38:32 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-08-27 08:38:32 +0800
commit2079f965fd8e388d52f617f53e2dd2bd0e2d2c2a (patch)
tree44bab1dcf18c68f180f9a90d360e77b02104305a
parentd3c0ed145f62a5bc397cddff17909319048444c3 (diff)
configure: enable wrapper by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98f1bbb..a3e3e39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ LIBS=$savedLIB
AC_SUBST(WRAPPER_LDFLAGS)
AC_SUBST(WRAPPER_CFLAGS)
-AM_CONDITIONAL(USE_PPSWRAPPER, [test "x$use_wrapper" = "xyes"])
+AM_CONDITIONAL(USE_PPSWRAPPER, [test "x$use_wrapper" != "xno"])
AC_OUTPUT(Makefile m4/Makefile src/Makefile wrapper/Makefile)