diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
commit | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch) | |
tree | 41e94b1dd24f6e3491689d863409e51e605b40d4 /package/bridge-utils/patches/patch-configure_in | |
parent | b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff) | |
parent | 79be206de9335752c6355995961b69846c641410 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bridge-utils/patches/patch-configure_in')
-rw-r--r-- | package/bridge-utils/patches/patch-configure_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/patch-configure_in b/package/bridge-utils/patches/patch-configure_in new file mode 100644 index 000000000..0b61864cb --- /dev/null +++ b/package/bridge-utils/patches/patch-configure_in @@ -0,0 +1,10 @@ +--- bridge-utils-1.5.orig/configure.in 2011-03-29 02:52:54.000000000 +0200 ++++ bridge-utils-1.5/configure.in 2013-11-03 15:09:52.000000000 +0100 +@@ -9,6 +9,7 @@ dnl Checks for programs. + AC_PROG_CC + AC_PROG_INSTALL + AC_PROG_RANLIB ++AC_CHECK_TOOL(AR, ar, ar) + + dnl Checks for header files. + AC_HEADER_STDC |