summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-05-19 14:58:25 +0200
committerGravatar waker <wakeroid@gmail.com>2013-05-19 14:58:25 +0200
commit5802a14b3b943c37251ab451887de87eaa3866f3 (patch)
tree4d91bac27ee7a436aa587b331e936b096fc81193 /configure.ac
parentdc68217932c672dfd7fcfe593c08829b2f7de66e (diff)
vtx configure fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 014d2a66..2e511b6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -512,7 +512,7 @@ AS_IF([test "${enable_supereq}" != "no"], [
HAVE_SUPEREQ=yes
])
-AS_IF([test "${enable_vtx}" = "no"], [
+AS_IF([test "${enable_vtx}" != "no"], [
HAVE_VTX=yes
])