aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9ac861ee64e..9e9321a3feb 100644
--- a/configure.in
+++ b/configure.in
@@ -1212,6 +1212,9 @@ AC_PROG_INSTALL
1212if test "x$RANLIB" = x; then 1212if test "x$RANLIB" = x; then
1213 AC_PROG_RANLIB 1213 AC_PROG_RANLIB
1214fi 1214fi
1215AC_PATH_PROG(INSTALL_INFO, install-info)
1216AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin)
1217AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin)
1215 1218
1216dnl Add our options to ac_link now, after it is set up. 1219dnl Add our options to ac_link now, after it is set up.
1217 1220