diff options
| -rw-r--r-- | configure.in | 3 |
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 | |||
| 1212 | if test "x$RANLIB" = x; then | 1212 | if test "x$RANLIB" = x; then |
| 1213 | AC_PROG_RANLIB | 1213 | AC_PROG_RANLIB |
| 1214 | fi | 1214 | fi |
| 1215 | AC_PATH_PROG(INSTALL_INFO, install-info) | ||
| 1216 | AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin) | ||
| 1217 | AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin) | ||
| 1215 | 1218 | ||
| 1216 | dnl Add our options to ac_link now, after it is set up. | 1219 | dnl Add our options to ac_link now, after it is set up. |
| 1217 | 1220 | ||