summaryrefslogtreecommitdiff
path: root/net-misc/suite3270/files/suite3270-4.2_p5-egrep.patch
blob: 629cbca5f9f31a3f0d04dca8949b3069fd84e461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/configure.in
+++ b/configure.in
@@ -29,6 +29,8 @@ AC_PREREQ([2.69])
 
 AC_CANONICAL_HOST
 
+AC_PROG_EGREP
+
 AC_ARG_ENABLE(unix,[  --enable-unix           build all Unix emulators])
 AC_ARG_ENABLE(windows,[  --enable-windows        build all Windows emulators])
 
--- a/lib/configure.in
+++ b/lib/configure.in
@@ -31,6 +31,7 @@ dnl Checks for programs.
 AC_PROG_INSTALL
 AC_PROG_CC
 AC_PROG_RANLIB
+AC_PROG_EGREP
 AC_CHECK_TOOLS(AR, [ar])
 
 dnl Figure out what sort of host this is.