summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/curses/PDCurses/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/curses/PDCurses/aclocal.m4 b/payloads/libpayload/curses/PDCurses/aclocal.m4
index ad7c3f3a44..c5ccea112a 100644
--- a/payloads/libpayload/curses/PDCurses/aclocal.m4
+++ b/payloads/libpayload/curses/PDCurses/aclocal.m4
@@ -463,7 +463,7 @@ EOF
DYN_COMP=""
else
slash="\\"
- mh_dyncomp="`egrep -c $slash$a conftest.tmp`"
+ mh_dyncomp="`grep -E -c $slash$a conftest.tmp`"
if test "$mh_dyncomp" = "0"; then
DYN_COMP="$a -DDYNAMIC"
AC_MSG_RESULT($a)