Commit de7a1d45 authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+

    and used AC_EGREP_CPP instead.
parent 1965e41d
......@@ -32,7 +32,9 @@ AC_PROG_CPP
AC_PROG_CXX
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_EGREP
dnl AC_PROG_EGREP only exists in autoconf 2.54+
AC_EGREP_CPP(foo,foo)
dnl AC_PROG_OBJC doesn't seem to exist, this is the KDE workaround
AC_MSG_CHECKING(for an Objective-C compiler)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment