From aef9ecd42a9deb2c695220d7dad22356676e869e Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 5 Sep 2012 15:43:02 -0400 Subject: [PATCH] Changed makedev() argument count test from AC_RUN_ to AC_COMPILE_ See https://lists.feep.net:8080/pipermail/libtar/2012-September/000337.html for the discussion that lead to this change. --- compat/module.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/module.ac b/compat/module.ac index 6ebee97..a76cf1c 100644 --- a/compat/module.ac +++ b/compat/module.ac @@ -206,7 +206,7 @@ AC_DEFUN([COMPAT_FUNC_MAKEDEV], [ [Define if you want to use the makedev function]) AC_CACHE_CHECK([whether makedev expects three arguments], [compat_cv_func_makedev_three_args], - [AC_RUN_IFELSE([ + [AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #include #ifdef MAJOR_IN_MKDEV -- 2.11.4.GIT