util-linux-003-program-invocation-short-name.patch 340 B

1234567891011
  1. --- a/configure.ac 2013-07-30 03:39:26.188738061 -0500
  2. +++ b/configure.ac 2013-08-27 16:20:09.882953093 -0500
  3. @@ -386,7 +386,7 @@
  4. AC_MSG_CHECKING([whether program_invocation_short_name is defined])
  5. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
  6. - #include <argp.h>
  7. + #include <errno.h>
  8. ]], [[
  9. program_invocation_short_name = "test";
  10. ]])], [