commit | ffe6b7679a7847c85a03006d375c9a908a5395a4 | [log] [tgz] |
---|---|---|
author | James Juran <jrj120@psu.edu> | Sat Jun 12 08:21:57 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 12 08:21:57 1999 +0000 |
tree | 9dc174e2aebb69f69dbb6185d4e31c02c4cb5228 | |
parent | 98231044e365a455e242bda66af85df82d18c9b0 [diff] [blame] |
Use Autoconf to find path to ldconfig.
diff --git a/configure.in b/configure.in index bdc9bed..ea723d3 100644 --- a/configure.in +++ b/configure.in
@@ -74,6 +74,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_CHECK_PROG(C2MAN,c2man,c2man,true) +AC_PATH_PROG(LDCONFIG, ldconfig, false, /sbin:/usr/sbin:$PATH) dnl **** Check for some libraries ****