You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
394 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -21,7 +21,7 @@ AC_CHECK_HEADERS([stdio.h stdlib.h strin
  4. MBTOOLS_REQUIRES="glib-2.0 >= 2.10.0 libmodbus >= 3.1.0"
  5. PKG_CHECK_MODULES(MBTOOLS_DEPS, [$MBTOOLS_REQUIRES])
  6. -MBTOOLS_CFLAGS="-Wall -Werror $MBTOOLS_DEPS_CFLAGS"
  7. +MBTOOLS_CFLAGS="-Wall $MBTOOLS_DEPS_CFLAGS"
  8. MBTOOLS_LIBS="$MBTOOLS_DEPS_LIBS"
  9. AC_SUBST(MBTOOLS_CFLAGS)
  10. AC_SUBST(MBTOOLS_LIBS)