X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=bada0245336e00e78f7c144a61cffc12ebaf10ae;hp=0ba8f85643976f073016de69daa22392c5a7eb82;hb=198487f611d8a7be4fa15017c22fa01a56551ca6;hpb=23215c5a9718f6d948597b44aae5f3f2839d445a diff --git a/configure.ac b/configure.ac index 0ba8f85..bada024 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ PKG_PROG_PKG_CONFIG([0.22]) AC_ARG_WITH([libsigrokdecode], AS_HELP_STRING([--with-libsigrokdecode], [compile with libsigrokdecode support]), - [WITH_SRD=$enableval],[WITH_SRD=yes]) + [WITH_SRD=$withval],[WITH_SRD=yes]) AM_CONDITIONAL(WITH_SRD, test x$WITH_SRD = xyes) AM_PATH_GLIB_2_0([2.28.0],