0002-program-invocation-short-name.patch 340 B

1234567891011
  1. --- a/configure.ac 2013-09-05 15:31:21.590981268 -0500
  2. +++ b/configure.ac 2013-09-05 15:31:29.160981049 -0500
  3. @@ -387,7 +387,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. ]])], [