Skip to content
Snippets Groups Projects
Commit de7a1d45 authored by Samuel Hocevar's avatar Samuel Hocevar
Browse files

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

    and used AC_EGREP_CPP instead.
parent 1965e41d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment