diff --git a/ipmitool/configure.in b/ipmitool/configure.in index 0708795..709f0a1 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -513,7 +513,7 @@ if test "x$xenable_file_security" != "xno"; then fi -AC_TRY_RUN([ +AC_TRY_COMPILE([],[ #include struct packstruct { @@ -532,7 +532,9 @@ AC_TRY_RUN([ else return(0); } - ],[],[AC_DEFINE(HAVE_PRAGMA_PACK,[1], + ], + [], + [AC_DEFINE(HAVE_PRAGMA_PACK,[1], [Define to 1 if you need to use #pragma pack instead of __attribute__ ((packed))])] )