Re: [Mesa-dev] [PATCH 1/1] configure.ac: Fix build with git-svn llvm version string

2014-09-04 Thread Jan Vesely
On Thu, 2014-08-14 at 11:15 -0400, Jan Vesely wrote: > On Thu, 2014-08-14 at 06:35 -0700, Tom Stellard wrote: > > On Wed, Aug 13, 2014 at 04:46:56PM -0400, Jan Vesely wrote: > > > Signed-off-by: Jan Vesely > > > --- > > > > > > My llvm-config --version is > > > 3.6.0git-svn-r215564-cd35a3b3 > > >

Re: [Mesa-dev] [PATCH 1/1] configure.ac: Fix build with git-svn llvm version string

2014-08-14 Thread Jan Vesely
On Thu, 2014-08-14 at 06:35 -0700, Tom Stellard wrote: > On Wed, Aug 13, 2014 at 04:46:56PM -0400, Jan Vesely wrote: > > Signed-off-by: Jan Vesely > > --- > > > > My llvm-config --version is > > 3.6.0git-svn-r215564-cd35a3b3 > > > > This patch assumes that the interesting part consists of only d

Re: [Mesa-dev] [PATCH 1/1] configure.ac: Fix build with git-svn llvm version string

2014-08-14 Thread Tom Stellard
On Wed, Aug 13, 2014 at 04:46:56PM -0400, Jan Vesely wrote: > Signed-off-by: Jan Vesely > --- > > My llvm-config --version is > 3.6.0git-svn-r215564-cd35a3b3 > > This patch assumes that the interesting part consists of only digits and dots. > > > configure.ac | 2 +- > 1 file changed, 1 inser

[Mesa-dev] [PATCH 1/1] configure.ac: Fix build with git-svn llvm version string

2014-08-13 Thread Jan Vesely
Signed-off-by: Jan Vesely --- My llvm-config --version is 3.6.0git-svn-r215564-cd35a3b3 This patch assumes that the interesting part consists of only digits and dots. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4ff87eb..dc