unset if config.h is not found.
This commit is contained in:
parent
6f66cc4f7a
commit
adc96ae2d2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ AC_SUBST(DEPS_CFLAGS)
|
|||
AC_SUBST(DEPS_LIBS)
|
||||
|
||||
|
||||
AC_CHECK_HEADERS([check.h],[ enable_check=yes ],:)
|
||||
AC_CHECK_HEADERS([check.h],[ enable_check=yes ],[ enable_check=unset ])
|
||||
|
||||
if test "x$enable_check" != "xunset" ; then
|
||||
# AM_PATH_CHECK
|
||||
|
|
Loading…
Reference in a new issue