commit | c626491bf174615fa6b25799a1e5ee7aa66c8670 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Aug 16 20:09:37 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 16 20:09:37 2004 +0000 |
tree | 7468d0a8d11eaccddc856d1dc8035d8ff367da2b | |
parent | 5d91a63add8682a87c4e66f87c68b97d69d32b7c [diff] [blame] |
Make sure we check for egrep before we use it.
diff --git a/configure.ac b/configure.ac index ef835ea..b9bb464 100644 --- a/configure.ac +++ b/configure.ac
@@ -88,6 +88,7 @@ AC_CHECK_TOOL(WINDRES,windres,false) AC_PROG_LN_S WINE_PROG_LN +AC_PROG_EGREP AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH]) AC_PROG_INSTALL dnl Prepend src dir to install path dir if it's a relative path