]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
AC_PROG_EGREP wasn't too portable after all. Better fixing it the lame but
authorDirk Mueller <daywalker@users.sourceforge.net>
Sun, 15 Jun 2003 22:39:15 +0000 (22:39 +0000)
committerDirk Mueller <daywalker@users.sourceforge.net>
Sun, 15 Jun 2003 22:39:15 +0000 (22:39 +0000)
safe way

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1700

configure.in

index 7f2ea3efe8726fe9523c7146f7274d1feb733ada..4f07078a522189c1b261ec807e5f11a64a0a91c7 100644 (file)
@@ -120,11 +120,6 @@ esac
 
 AC_SUBST(DEFAULT_SUPP)
 
-AC_PROG_EGREP
-
-# Ok, this is linux. Check the kernel version
-AC_MSG_CHECKING([the glibc version])
-
 glibc=""
 
 AC_EGREP_CPP([GLIBC_21], [
@@ -157,6 +152,9 @@ AC_EGREP_CPP([GLIBC_23], [
 ],
 glibc="2.3")
 
+# Ok, this is linux. Check the kernel version
+AC_MSG_CHECKING([the glibc version])
+
 case "${glibc}" in
      2.1)
        AC_MSG_RESULT(2.1 family)