Fixed PLUGIN_DISABLE bug 19/5619/1
authorPablo Camarillo <pcamaril@cisco.com>
Fri, 3 Mar 2017 19:47:55 +0000 (20:47 +0100)
committerPablo Camarillo <pcamaril@cisco.com>
Fri, 3 Mar 2017 19:47:55 +0000 (20:47 +0100)
Change-Id: I7a0ff25a8f74e6eda3a44f2cd7d2e022683accd9
Signed-off-by: Pablo Camarillo <pcamaril@cisco.com>
src/configure.ac

index 49da624..813fe06 100644 (file)
@@ -74,7 +74,7 @@ AC_DEFUN([PLUGIN_DISABLED],
      AC_HELP_STRING([--enable-$1-plugin], [Build $1 plugin]),
        [enable_$1_plugin=yes ],
        [enable_$1_plugin=no])
-  AM_CONDITIONAL(m4_toupper((ENABLE_$1_PLUGIN), test "$enable_$1_plugin" = "yes")
+  AM_CONDITIONAL(m4_toupper(ENABLE_$1_PLUGIN), test "$enable_$1_plugin" = "yes")
   m4_append([list_of_plugins], [$1], [, ])
 ])