diff options
Diffstat (limited to 'distrib/configure-bin.ac')
-rw-r--r-- | distrib/configure-bin.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/configure-bin.ac b/distrib/configure-bin.ac index fd8c2f15d9..0d01388e80 100644 --- a/distrib/configure-bin.ac +++ b/distrib/configure-bin.ac @@ -132,6 +132,11 @@ dnl ** how to do symlinks ** AC_PROG_LN_S() # +dnl ** how to invoke `ar' and `ranlib' +# +FP_PROG_AR_NEEDS_RANLIB + +# dnl ** Find the path to sed ** # AC_PATH_PROG(SedCmd,sed) |