build: drop extra check for phosphor-logging
Drop extra check for phosphor-logging header, given previous check for
package which includes header.
Change-Id: I840fdb3ef083e5dc9061f91c2fc17cdb1e0b38dd
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index 4cf71bc..ae22c71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@
LT_INIT # Removes WARNING: unrecognized options: --with-libtool-sysroot
# Check for header files.
-AC_CHECK_HEADER(phosphor-logging/log.hpp, ,[AC_MSG_ERROR([Could not find phosphor-logging/log.hpp...openbmc/phosphor-logging package required])])
AC_CHECK_HEADER(nlohmann/json.hpp, ,[AC_MSG_ERROR([Could not find nlohmann/json.hpp...nlohmann/json package required])])
AC_CONFIG_FILES([Makefile])