configure: remove unneeded define

Origin commit data
------------------
Branch: ni/coolstream
Commit: ab55adb5a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-01-02 (Wed, 02 Jan 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-01-02 21:28:06 +01:00
committed by vanhofen
parent 7d5c2c2eef
commit e99896e8f0

View File

@@ -261,7 +261,6 @@ AC_ARG_WITH(stb-hal-includes,
AS_HELP_STRING([--with-stb-hal-includes=PATH], [path for libstb-hal includes [[NONE]]]),
[STB_HAL_INC="$withval"],
[STB_HAL_INC=""])
AC_CHECK_HEADER([$STB_HAL_INC/libstb-hal-config.h], [AC_DEFINE(HAVE_CONFIG_HAL_H, 1 , [availability of libstb-hal-config.h as external header from libstb_hal, usable e.g. for package informations])])
AC_ARG_WITH(stb-hal-build,
AS_HELP_STRING([--with-stb-hal-build=PATH], [path where libstb-hal is built [[NONE]]]),