Skip to content

Commit

Permalink
ac_check_define.m4: AC_REQUIRE([AC_PROG_CPP]) -- fixes bug #5234.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 16, 2020
1 parent 9a769da commit 3544bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude/ac_check_define.m4
@@ -1,4 +1,4 @@
AC_DEFUN([AC_CHECK_DEFINE],[dnl
AC_DEFUN([AC_CHECK_DEFINE],[AC_REQUIRE([AC_PROG_CPP])dnl
AC_CACHE_CHECK(for $1 in $2, ac_cv_define_$1,
AC_EGREP_CPP([YES_IS_DEFINED], [
#include <$2>
Expand Down

0 comments on commit 3544bd9

Please sign in to comment.