From: Mathieu Stoffel Date: Fri, 20 Aug 2021 11:54:35 +0000 (+0200) Subject: Fix-configure.ac: typing error for the CPPFLAGS of libredfish X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcd2403fb1ac8742f836539bbb5d37670da9797;p=thirdparty%2Fcollectd.git Fix-configure.ac: typing error for the CPPFLAGS of libredfish Probably a copy/paste error: `LIBHIREDFISH_CPPFLAGS` was used instead of `LIBREDFISH_CPPFLAGS`. --- diff --git a/configure.ac b/configure.ac index bcfb8cf57..938ed3e58 100644 --- a/configure.ac +++ b/configure.ac @@ -2223,7 +2223,7 @@ LDFLAGS="$LDFLAGS $LIBREDFISH_LDFLAGS" if test "x$with_libredfish" = "xyes"; then if test "x$LIBREDFISH_CPPFLAGS" != "x"; then - AC_MSG_NOTICE([libredfish CPPFLAGS: $LIBHIREDFISH_CPPFLAGS]) + AC_MSG_NOTICE([libredfish CPPFLAGS: $LIBREDFISH_CPPFLAGS]) fi AC_CHECK_HEADERS([redfish.h], [with_libredfish="yes"],