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